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 809b118 commit 9ef6930Copy full SHA for 9ef6930
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