diff --git a/lib/ui/app/entity_dropdown.dart b/lib/ui/app/entity_dropdown.dart index 78bbb0db1..875e38d79 100644 --- a/lib/ui/app/entity_dropdown.dart +++ b/lib/ui/app/entity_dropdown.dart @@ -239,7 +239,6 @@ class _EntityDropdownState extends State { elevation: 4, child: Container( color: Theme.of(context).cardColor, - height: 300, width: 350, child: ListView.builder( shrinkWrap: true,