Skip to content

Commit 0ce38f1

Browse files
committed
Corrected spacing between the children
1 parent db2bb12 commit 0ce38f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/code_judge_task_box.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class CodeJudgeTaskBox extends StatelessWidget{
2424
child: SingleChildScrollView(
2525
padding: const EdgeInsets.all(16),
2626
child: Column(
27-
spacing: 80,
27+
spacing: 8,
2828
children: [
2929
// Draw a nice box containing a button and the task
3030
Container(

0 commit comments

Comments
 (0)