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