diff --git a/web/repertory/lib/screens/add_mount_screen.dart b/web/repertory/lib/screens/add_mount_screen.dart index ac2ec6cc..f1025aa1 100644 --- a/web/repertory/lib/screens/add_mount_screen.dart +++ b/web/repertory/lib/screens/add_mount_screen.dart @@ -85,6 +85,8 @@ class _AddMountScreenState extends State { ), ), ), + if (_mountType.isNotEmpty) + const SizedBox(height: constants.padding), if (_mountType.isNotEmpty) Card( margin: EdgeInsets.all(0.0), @@ -110,6 +112,7 @@ class _AddMountScreenState extends State { ), ), ), + if (_mount != null) const SizedBox(height: constants.padding), if (_mount != null) Expanded( child: Card(