Try to fix half-codemirror bug
parent
304a8df808
commit
9271b0c1a8
|
@ -18,6 +18,7 @@
|
|||
.CodeMirror {
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
width: 50%;
|
||||
min-width: 20%;
|
||||
max-width: 80%;
|
||||
|
|
|
@ -33,6 +33,7 @@ h6 { font-size: 24px; }
|
|||
|
||||
.CodeMirror {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
font-size: initial;
|
||||
}
|
||||
.CodeMirror-focused .cm-matchhighlight {
|
||||
|
|
Loading…
Reference in New Issue