9 lines
123 B
SCSS
9 lines
123 B
SCSS
|
// Variables for code block theme
|
||
|
|
||
|
.CodeMirror {
|
||
|
height: auto;
|
||
|
margin: 16px 0;
|
||
|
padding: 16px;
|
||
|
line-height: 28px;
|
||
|
}
|