From 5198895c10a2153c4bdfa041aaa2e8b25bca9687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Gonz=C3=A1lez?= Date: Mon, 15 Sep 2025 22:18:42 +0200 Subject: [PATCH] style: Remove vertical padding from unit dropdown --- lib/ai/unit_dropdown.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ai/unit_dropdown.dart b/lib/ai/unit_dropdown.dart index 363c6e2..d13338e 100644 --- a/lib/ai/unit_dropdown.dart +++ b/lib/ai/unit_dropdown.dart @@ -48,7 +48,6 @@ class UnitDropdown extends StatelessWidget { ), ); }).toList(), - dropdownPadding: const EdgeInsets.symmetric(vertical: 8), menuMaxHeight: 400, isExpanded: true, ),