Skip to content

Commit 9ef6930

Browse files
authored
Fixed Bottom Overflow in Basic Settings Page. (#54)
* fix:bug issue#52 * made the sizedbox responsive
1 parent 809b118 commit 9ef6930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/settings/components/current_command.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class CurrentCommandContainer extends StatelessWidget {
5858
)
5959
],
6060
),
61-
SizedBox(height: 12),
61+
SizedBox(height: MediaQuery.of(context).size.height * 0.005),
6262
SingleChildScrollView(
6363
scrollDirection: Axis.vertical,
6464
child: Container(

0 commit comments

Comments
 (0)