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 -1
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;