Skip to content

Commit

Permalink
CONCD-879 white space under the editor (#2457)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasarkar authored Jul 16, 2024
1 parent 3b2625d commit 32d67c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions concordia/templates/fragments/codemirror.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
min-height: 500px;
}

.form-row.codemirror-with-preview > div .CodeMirror {
min-height: 500px;
}

.form-row.codemirror-with-preview > div > label {
flex-basis: 100%;
min-height: 0;
Expand Down

0 comments on commit 32d67c1

Please sign in to comment.