From a53b235bd8bee1016960551f4f863f3a7f3f7c6b Mon Sep 17 00:00:00 2001 From: Sem Bauke <46919888+Sembauke@users.noreply.github.com> Date: Tue, 8 Jun 2021 18:43:21 +0200 Subject: [PATCH] fix: multi editor bottom cut off (#42375) --- .../templates/Challenges/classic/DesktopLayout.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/client/src/templates/Challenges/classic/DesktopLayout.js b/client/src/templates/Challenges/classic/DesktopLayout.js index cfd8797d9a..886473425f 100644 --- a/client/src/templates/Challenges/classic/DesktopLayout.js +++ b/client/src/templates/Challenges/classic/DesktopLayout.js @@ -84,17 +84,13 @@ class DesktopLayout extends Component { )} + {challengeFile && showUpcomingChanges && !hasEditableBoundries && ( + + )} {challengeFile && ( - { - - {showUpcomingChanges && !hasEditableBoundries && ( - - )} - {editor} - - } + {{editor}} {isConsoleDisplayable && (