From 500887220347b4422aa1b54f014ccfcd7a4845d4 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Mon, 19 Dec 2016 11:35:27 +0000 Subject: [PATCH] Ensure the SQL editor has enough space to show block folding arrows in the gutter. --- web/pgadmin/tools/sqleditor/static/css/sqleditor.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/web/pgadmin/tools/sqleditor/static/css/sqleditor.css b/web/pgadmin/tools/sqleditor/static/css/sqleditor.css index 35c18ef28..a82c9ea1d 100644 --- a/web/pgadmin/tools/sqleditor/static/css/sqleditor.css +++ b/web/pgadmin/tools/sqleditor/static/css/sqleditor.css @@ -155,9 +155,13 @@ cursor: pointer; } -.CodeMirror, #editor-panel .CodeMirror-gutters { - min-height: 100%; - height: 100%; +.CodeMirror { + min-height: 100%; + height: 100%; +} + +#editor-panel .CodeMirror-gutter { + min-width: 1em; } #output-panel {