diff options
author | Simon Curtis <43214378+simon-curtis@users.noreply.github.com> | 2024-06-08 23:11:28 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-06-12 17:52:10 +0100 |
commit | 8a5630347473470ad75036754a2e373e2c861e6a (patch) | |
tree | 48ed77bbc361b31d9e852e7f526d5fea1dc38968 | |
parent | 2246bbb7a8a5746c07799bd754a8f22ad358d8d1 (diff) | |
download | tour-8a5630347473470ad75036754a2e373e2c861e6a.tar.gz tour-8a5630347473470ad75036754a2e373e2c861e6a.zip |
Interactive coding editor formatting issues
-rw-r--r-- | static/css/pages/lesson.css | 4 |
1 files 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 { |