6 lines
80 B
CSS
6 lines
80 B
CSS
.CodeMirror {
|
|
border: none;
|
|
padding: 0;
|
|
height: 100%;
|
|
background: #fdfdfd;
|
|
} |