Files
edx-platform/xmodule/css/html/edit.scss
2022-06-20 18:20:06 +05:00

15 lines
176 B
SCSS

// HTML component editor:
.html-editor {
@include clearfix();
.CodeMirror {
box-sizing: border-box;
height: 435px;
}
.is-inactive {
display: none;
}
}