fix response body edit issue

This commit is contained in:
cle1000 2017-02-08 19:57:57 +01:00
parent 28c0596742
commit dae0c23ec8

View File

@ -1,7 +1,6 @@
.CodeMirror { .CodeMirror {
border: 1px solid #ccc; border: 1px solid #ccc;
height: auto !important; height: auto !important;
max-height: 2048px !important;
} }
@import (inline) "../../node_modules/codemirror/lib/codemirror.css"; @import (inline) "../../node_modules/codemirror/lib/codemirror.css";