Fix codemirror width with small screens in the code app

This commit is contained in:
yflory 2017-12-07 17:28:05 +01:00
parent 4377f2cee7
commit 0080dd7624
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@
} }
@media (max-width: @browser_media-medium-screen) { @media (max-width: @browser_media-medium-screen) {
.CodeMirror { #cp-app-code-container {
flex: 1; flex: 1;
max-width: 100%; max-width: 100%;
resize: none; resize: none;
@ -106,6 +106,6 @@
#cp-app-code-preview { #cp-app-code-preview {
display: none !important; display: none !important;
} }
} }
} }