Commit 4960026b by Frances Botsford Committed by David Baumgold

adjust codemirror window on raw HTML editor

parent ad3d8c78
// HTML component editor: // HTML component editor:
.html-editor { .html-editor {
@include clearfix(); @include clearfix();
.CodeMirror { .CodeMirror {
@include box-sizing(border-box); @include box-sizing(border-box);
position: absolute; height: 435px;
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;
} }
.is-inactive { .is-inactive {
display: none; display: none;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment