fix(markdown): Update editor height

This commit is contained in:
Juan Tejada 2016-09-01 20:21:13 -07:00
parent b14e4f6aa2
commit 1685f3bd45

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