/* ===== Tasks: boutons d'action sur une seule ligne ===== */
body.admin table.dataTable .task-row-actions{
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

body.admin table.dataTable .task-row-actions > a,
body.admin table.dataTable .task-row-actions > span{
  display: inline-flex !important;
  align-items: center !important;
}

body.admin table.dataTable .task-row-actions .task-act{
  display: inline-flex !important;
  align-items: center !important;
  padding: 6px 10px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  border-radius: 999px !important;
  margin: 0 !important;
}

body.admin table.dataTable .task-row-actions .task-act i{
  margin-right: 6px !important;
}
/* Tasks table: garder les actions sur 1 seule ligne */
table.dataTable tbody td .row-options{
  display: flex !important;
  gap: 6px !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  overflow-x: auto !important;
}

table.dataTable tbody td .row-options::-webkit-scrollbar{
  height: 0 !important;
}

/* Rétrécir les boutons (pour que les 3 rentrent) */
table.dataTable tbody td .row-options a{
  display: inline-flex !important;
  align-items: center !important;
  padding: 4px 8px !important;
  font-size: 11px !important;
  line-height: 1 !important;
  border-radius: 999px !important;
  margin: 0 !important;
  white-space: nowrap !important;
}


 