aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/pages/lesson.css4
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 {