mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix SQL box sizing.
This commit is contained in:
parent
912eebb583
commit
7f3ca548cd
@ -52,9 +52,9 @@ iframe {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Ensure the codemirror editor displays full height gutters when resized */
|
/* Ensure the codemirror editor displays full height gutters when resized */
|
||||||
.CodeMirror-gutters {
|
.CodeMirror, .CodeMirror-gutters {
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Padding for the treeview */
|
/* Padding for the treeview */
|
||||||
.browser-browser-pane {
|
.browser-browser-pane {
|
||||||
@ -996,6 +996,10 @@ ul.nav.nav-tabs {
|
|||||||
background-position: 0px 2px;
|
background-position: 0px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pgadmin-controls.SQL>.CodeMirror {
|
||||||
|
height: 500px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* This rule will stop Chrome apply highlighting to elements such as DIV's used as modals */
|
/* This rule will stop Chrome apply highlighting to elements such as DIV's used as modals */
|
||||||
*:focus {
|
*:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user