mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 17:48:50 +08:00
fix(markdown): Update editor height
This commit is contained in:
parent
b14e4f6aa2
commit
1685f3bd45
1 changed files with 2 additions and 6 deletions
|
@ -18,14 +18,10 @@
|
|||
}
|
||||
|
||||
.CodeMirror {
|
||||
height: 300px;
|
||||
height: 225px;
|
||||
min-height: 225px;
|
||||
background: transparent;
|
||||
}
|
||||
.CodeMirror-sided {
|
||||
display: inline-block;
|
||||
}
|
||||
.editor-preview-side.editor-preview-active-side {
|
||||
position: static;
|
||||
display: inline-block;
|
||||
height: 300px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue