style: Remove vertical padding from unit dropdown
This commit is contained in:
parent
c497633cac
commit
5198895c10
1 changed files with 0 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ class UnitDropdown extends StatelessWidget {
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}).toList(),
|
}).toList(),
|
||||||
dropdownPadding: const EdgeInsets.symmetric(vertical: 8),
|
|
||||||
menuMaxHeight: 400,
|
menuMaxHeight: 400,
|
||||||
isExpanded: true,
|
isExpanded: true,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue