blob: 5bf77a99025b8cf678680be7f8af5624730b2af8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.markdown-editor-container
max-width: 400px
div
&.CodeMirror, &.CodeMirror-scroll
max-height: 250px
min-height: 200px
.markdown-editor-small div
&.CodeMirror, &.CodeMirror-scroll
min-height: 100px
max-height: 180px
.form-column div.CodeMirror
margin-bottom: 10px
|