mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 07:36:12 +08:00
fix(markdown): Update editor height
This commit is contained in:
parent
477e5f8c2c
commit
7ed3e472dd
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