fix(client): enlarges console pane for project steps (#44567)
This commit is contained in:
committed by
GitHub
parent
85b9daedb8
commit
05089c535a
@ -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
|
||||
|
Reference in New Issue
Block a user