fix codemirror overflow css

This commit is contained in:
ansuz 2017-11-30 17:24:43 +01:00
parent 96cf83af34
commit 3f892e04a5
1 changed files with 2 additions and 2 deletions

View File

@ -72,12 +72,12 @@ h6 { font-size: 24px; }
overflow: hidden;
.CodeMirror {
resize: none;
width: 100vw;
//width: 100vw;
}
&.cp-app-slide-preview {
.CodeMirror {
//resize: horizontal;
width: 50vw;
//width: 50vw;
}
}
}