mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-15 05:54:28 -06:00
Update scroll section min-height
This commit is contained in:
parent
26a7619873
commit
590dbe5c9a
2
simplemde.min.css
vendored
2
simplemde.min.css
vendored
File diff suppressed because one or more lines are too long
@ -6,6 +6,9 @@
|
||||
border-bottom-right-radius: 4px;
|
||||
padding: 10px
|
||||
}
|
||||
.CodeMirror-scroll {
|
||||
min-height: 300px;
|
||||
}
|
||||
:-webkit-full-screen {
|
||||
background: #f9f9f5;
|
||||
padding: .5em 1em;
|
||||
@ -256,6 +259,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
||||
padding-bottom: 30px;
|
||||
padding-right: 30px;
|
||||
height: 100%;
|
||||
min-height: 300px;
|
||||
outline: 0;
|
||||
position: relative
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user