mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-26 02:30:21 -06:00
Ensure the SQL editor has enough space to show block folding arrows in the gutter.
This commit is contained in:
parent
5adc6b71ca
commit
5008872203
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user