_code-editor.scss 211 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 .ame-code-editor-control-wrap { //Automatically resize CodeMirror to fit the contents. .CodeMirror { height: auto; } .CodeMirror-scroll { overflow-y: hidden; overflow-x: auto; min-height: 100px; } }