@@ -1252,7 +1255,7 @@ function EtapesSection({
setAddingTaskToEtape(null);
setNewTaskTitle("");
}}
- className="text-xs text-muted-foreground hover:text-foreground px-2 py-1"
+ className="text-xs text-muted-foreground hover:text-foreground px-2 py-2 min-h-[36px] shrink-0"
>
Annuler
@@ -1265,7 +1268,7 @@ function EtapesSection({
setAddingTaskToEtape(etape.id);
setNewTaskTitle("");
}}
- className="flex items-center gap-2 px-5 py-2.5 pl-16 text-sm text-muted-foreground hover:text-[#804EEC] hover:bg-gray-50 dark:hover:bg-gray-800 transition-colors w-full text-left border-t border-gray-100 dark:border-gray-700"
+ className="flex items-center gap-2 px-3 sm:px-5 py-3 pl-8 sm:pl-16 text-sm text-muted-foreground hover:text-[#804EEC] hover:bg-gray-50 dark:hover:bg-gray-800 transition-colors w-full text-left border-t border-gray-100 dark:border-gray-700 min-h-[44px]"
>
Ajouter une tâche
diff --git a/apps/main/src/pages/tablo.tsx b/apps/main/src/pages/tablo.tsx
index 3cbb044..6221881 100644
--- a/apps/main/src/pages/tablo.tsx
+++ b/apps/main/src/pages/tablo.tsx
@@ -381,7 +381,7 @@ export const TabloPage = () => {
}}
>
{
@@ -430,11 +430,11 @@ export const TabloPage = () => {
{getUserRole(tablo)}
{/* Action buttons */}
-
+