From 05089c535a2da505aa114e1e782188f086a2b339 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Thu, 23 Dec 2021 14:39:06 +0000 Subject: [PATCH] fix(client): enlarges console pane for project steps (#44567) --- client/src/templates/Challenges/classic/show.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/templates/Challenges/classic/show.tsx b/client/src/templates/Challenges/classic/show.tsx index 3219da779f..22524a3912 100644 --- a/client/src/templates/Challenges/classic/show.tsx +++ b/client/src/templates/Challenges/classic/show.tsx @@ -129,7 +129,7 @@ const BASE_LAYOUT = { instructionPane: { flex: 1 }, previewPane: { flex: 0.7 }, notesPane: { flex: 0.7 }, - testsPane: { flex: 0.25 } + testsPane: { flex: 0.3 } }; // Component