8 lines
134 B
CSS
Executable File
8 lines
134 B
CSS
Executable File
.CodeMirror {
|
|
font-size: 1.2em;
|
|
background: #fff;
|
|
}
|
|
.CodeMirror .CodeMirror-wrap, .CodeMirror .CodeMirror-scroll {
|
|
height: 30em;
|
|
}
|