Merge pull request #2001 from mitmproxy/issue#40_response_body_edit

fix response body edit issue
This commit is contained in:
Maximilian Hils 2017-02-09 13:29:41 +01:00 committed by GitHub
commit fa661217c1

View File

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