Merge branch 'staging' into refactor2

This commit is contained in:
yflory
2017-11-30 17:25:23 +01:00
2 changed files with 6 additions and 3 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;
}
}
}