restore easymde min height a bit

This commit is contained in:
Bel LaPointe
2022-02-17 13:01:07 -07:00
parent f1bbc4657d
commit f80b5a262d
2 changed files with 10 additions and 5 deletions

View File

@@ -5,10 +5,15 @@
#easyMDEwrap {
flex-grow: 1;
}
.CodeMirror {
min-height: 7em;
}
.CodeMirror-scroll, .CodeMirror-sizer {
min-height: 10px !important;
height: auto !important;
}
.CodeMirror-sizer {
min-height: 10rem !important;
}
#article {
display: flex;
flex-direction: column;