Skip to content
Snippets Groups Projects
Commit 4960026b authored by Frances Botsford's avatar Frances Botsford Committed by David Baumgold
Browse files

adjust codemirror window on raw HTML editor

parent ad3d8c78
No related merge requests found
// HTML component editor:
// HTML component editor:
.html-editor {
@include clearfix();
.CodeMirror {
@include box-sizing(border-box);
position: absolute;
top: 46px;
width: 100%;
height: 379px;
border: 1px solid #3c3c3c;
border-top: 1px solid #8891a1;
background: #fff;
color: #3c3c3c;
}
.CodeMirror-scroll {
height: 100%;
}
.editor-tabs {
top: 0 !important;
right: 10px;
z-index: 99;
height: 435px;
}
.is-inactive {
display: none;
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment