Skip to content

Commit

Permalink
prevent CodeMirror from disappearing by setting a min-height (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
TayIorRobinson committed Jul 7, 2023
1 parent f2a656d commit a56da02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edit/edit.css
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ label {
.section .CodeMirror {
margin-bottom: .5em;
box-sizing: border-box;
min-height: 20px;
}
/* deleted section */
.deleted-section {
Expand Down

0 comments on commit a56da02

Please sign in to comment.