mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 23:54:13 +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 {
|
.CodeMirror {
|
||||||
height: 300px;
|
height: 225px;
|
||||||
|
min-height: 225px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.CodeMirror-sided {
|
.CodeMirror-sided {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.editor-preview-side.editor-preview-active-side {
|
|
||||||
position: static;
|
|
||||||
display: inline-block;
|
|
||||||
height: 300px;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue