We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2bb12 commit 0ce38f1Copy full SHA for 0ce38f1
1 file changed
lib/code_judge_task_box.dart
@@ -24,7 +24,7 @@ class CodeJudgeTaskBox extends StatelessWidget{
24
child: SingleChildScrollView(
25
padding: const EdgeInsets.all(16),
26
child: Column(
27
- spacing: 80,
+ spacing: 8,
28
children: [
29
// Draw a nice box containing a button and the task
30
Container(
0 commit comments