From cb0da3bbf97ffc60782685e8d8eda0b36ec8ef12 Mon Sep 17 00:00:00 2001 From: Bruce Blaser Date: Thu, 16 Feb 2023 03:22:57 -0800 Subject: [PATCH] fix(client): console height in multi-file editor (#49372) fix: allow console to take up entire height of panel --- client/src/templates/Challenges/classic/desktop-layout.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/templates/Challenges/classic/desktop-layout.tsx b/client/src/templates/Challenges/classic/desktop-layout.tsx index b638801b8b3..05f9e203af2 100644 --- a/client/src/templates/Challenges/classic/desktop-layout.tsx +++ b/client/src/templates/Challenges/classic/desktop-layout.tsx @@ -250,7 +250,10 @@ const DesktopLayout = (props: DesktopLayoutProps): JSX.Element => { )} {displayPreviewConsole && ( - + {testOutput} )}