Create management portal in Flutter #39
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-03-14 19:08:44 -05:00
parent 7cbf1a3937
commit 69f27b2e69

View File

@ -85,6 +85,8 @@ class _AddMountScreenState extends State<AddMountScreen> {
), ),
), ),
), ),
if (_mountType.isNotEmpty)
const SizedBox(height: constants.padding),
if (_mountType.isNotEmpty) if (_mountType.isNotEmpty)
Card( Card(
margin: EdgeInsets.all(0.0), margin: EdgeInsets.all(0.0),
@ -110,6 +112,7 @@ class _AddMountScreenState extends State<AddMountScreen> {
), ),
), ),
), ),
if (_mount != null) const SizedBox(height: constants.padding),
if (_mount != null) if (_mount != null)
Expanded( Expanded(
child: Card( child: Card(