fix(client): enlarges console pane for project steps (#44567)

This commit is contained in:
Oliver Eyton-Williams
2021-12-23 14:39:06 +00:00
committed by GitHub
parent 85b9daedb8
commit 05089c535a

View File

@ -129,7 +129,7 @@ const BASE_LAYOUT = {
instructionPane: { flex: 1 }, instructionPane: { flex: 1 },
previewPane: { flex: 0.7 }, previewPane: { flex: 0.7 },
notesPane: { flex: 0.7 }, notesPane: { flex: 0.7 },
testsPane: { flex: 0.25 } testsPane: { flex: 0.3 }
}; };
// Component // Component