Skip to content

Commit db2bb12

Browse files
committed
CodeJudgeTaskBox: Draw gaps between the children of the column
1 parent e8390cb commit db2bb12

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.dart_tool/extension_discovery/vs_code.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/code_judge_task_box.dart

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

0 commit comments

Comments
 (0)