diff --git a/lib/screens/company/company_form.dart b/lib/screens/company/company_form.dart index c8f7cda..7989f6c 100644 --- a/lib/screens/company/company_form.dart +++ b/lib/screens/company/company_form.dart @@ -109,7 +109,7 @@ _controller = CompanyFormController( GetIt.instance(), ), child: ZipcodeSearchScreen( - tableMaxWidthFraction: 0.33, + tableMaxWidthFraction: 0.25, onSelect: (zipcode) { Navigator.of(dialogContext).pop(zipcode); }, diff --git a/lib/screens/warehouse_location/warehouse_location_form.dart b/lib/screens/warehouse_location/warehouse_location_form.dart index 7e9641a..65432cb 100644 --- a/lib/screens/warehouse_location/warehouse_location_form.dart +++ b/lib/screens/warehouse_location/warehouse_location_form.dart @@ -80,7 +80,7 @@ class _WarehouseLocationFormScreenState GetIt.instance(), ), child: ZipcodeSearchScreen( - tableMaxWidthFraction: 0.33, + tableMaxWidthFraction: 0.25, onSelect: (zipcode) { Navigator.of(dialogContext).pop(zipcode); },