fix(markdown): Update editor height

This commit is contained in:
Juan Tejada 2016-09-01 20:21:13 -07:00
parent 477e5f8c2c
commit 7ed3e472dd

View file

@ -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;
}