10 lines
93 B
CSS
10 lines
93 B
CSS
|
.CodeMirror {
|
||
|
border: 1px solid #eee;
|
||
|
height: auto;
|
||
|
|
||
|
}
|
||
|
|
||
|
#code-editor {
|
||
|
font-size: 12px;
|
||
|
}
|