Improve the dashboard markdown editor

This commit is contained in:
Kevin MacMartin 2018-01-21 21:04:18 -05:00
parent 27ef5d09e5
commit 2ee195c079

View file

@ -340,12 +340,13 @@ body {
.edit-item {
margin-top: 10px;
.CodeMirror, .CodeMirror-scroll {
min-height: 100px;
}
.CodeMirror {
height: 300px;
padding: 5px;
&-code {
margin-bottom: 10px;
}
}
.picker__holder {