Skip to content

Commit

Permalink
Interactive coding editor formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-curtis authored and lpil committed Jun 12, 2024
1 parent 2246bbb commit 8a56303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/pages/lesson.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
position: relative;
overflow: clip;
flex-grow: 1;
min-height: 50%;
min-height: 15rem;
}

#output {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 8a56303

Please sign in to comment.