diff --git a/static/css/pages/lesson.css b/static/css/pages/lesson.css index a8338b3..f7276a5 100644 --- a/static/css/pages/lesson.css +++ b/static/css/pages/lesson.css @@ -30,7 +30,7 @@ position: relative; overflow: clip; flex-grow: 1; - min-height: 50%; + min-height: 15rem; } #output { @@ -99,7 +99,7 @@ .error, .warning { border-style: solid; - height: 100%; + /* height: 100%; - Removed as we can have multiple errors/warnings/logs on one output*/ } .error {