Ensure the SQL editor has enough space to show block folding arrows in the gutter.

This commit is contained in:
Khushboo Vashi 2016-12-19 11:35:27 +00:00 committed by Dave Page
parent 5adc6b71ca
commit 5008872203

View File

@ -155,9 +155,13 @@
cursor: pointer; cursor: pointer;
} }
.CodeMirror, #editor-panel .CodeMirror-gutters { .CodeMirror {
min-height: 100%; min-height: 100%;
height: 100%; height: 100%;
}
#editor-panel .CodeMirror-gutter {
min-width: 1em;
} }
#output-panel { #output-panel {