style: Remove vertical padding from unit dropdown

This commit is contained in:
Álvaro González 2025-09-15 22:18:42 +02:00 committed by Álvaro González (aider)
parent c497633cac
commit 5198895c10

View file

@ -48,7 +48,6 @@ class UnitDropdown extends StatelessWidget {
), ),
); );
}).toList(), }).toList(),
dropdownPadding: const EdgeInsets.symmetric(vertical: 8),
menuMaxHeight: 400, menuMaxHeight: 400,
isExpanded: true, isExpanded: true,
), ),