configui/src/ace.scss

18 lines
211 B
SCSS

// pre.ace_editor {
// padding: 1px;
// }
#editor,#result_editor {
font-size: 1rem;
position: relative;
width: inherit !important;
}
#editor {
height: 70vh;
}
#result_editor {
min-height: 50vh;
}