We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d960e8b commit 86aba7fCopy full SHA for 86aba7f
lib/screens/settings/components/current_command.dart
@@ -58,7 +58,7 @@ class CurrentCommandContainer extends StatelessWidget {
58
)
59
],
60
),
61
- SizedBox(height: 12),
+ SizedBox(height: MediaQuery.of(context).size.height * 0.005),
62
SingleChildScrollView(
63
scrollDirection: Axis.vertical,
64
child: Container(
0 commit comments