fix(#146): densifier la liste et corriger l'affichage des responsables.

Les cartes compactes montrent plus d'enfants d'un coup ; le nom ne monopolise plus la largeur au détriment des infos.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-17 15:39:59 +02:00
co-authored by Cursor
parent 2d80ad0d7e
commit 3277f77846
4 changed files with 23 additions and 6 deletions
@@ -53,7 +53,11 @@ class AdminSelectEnfantModal {
return AdminEnfantUserCard.fromEnfant(
e,
onCardTap: onSelect,
margin: const EdgeInsets.only(bottom: 6),
margin: const EdgeInsets.only(bottom: 4),
contentPadding: const EdgeInsets.symmetric(
horizontal: 10,
vertical: 5,
),
actions: [
IconButton(
icon: const Icon(Icons.add_link),