From 8a5630347473470ad75036754a2e373e2c861e6a Mon Sep 17 00:00:00 2001 From: Simon Curtis <43214378+simon-curtis@users.noreply.github.com> Date: Sat, 8 Jun 2024 23:11:28 +0000 Subject: Interactive coding editor formatting issues --- static/css/pages/lesson.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- cgit v1.2.3