mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Use the full tab space for CodeMirror instances on dialogues where appropriate. Fixes #4540
This commit is contained in:
@@ -518,6 +518,15 @@ fieldset.inline-fieldset > div {
|
||||
}
|
||||
}
|
||||
|
||||
.tab-pane.sql-code-control {
|
||||
@extend .tab-pane.SQL;
|
||||
& .pgadmin-control-group{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.pgadmin-controls input[type="checkbox"]{
|
||||
margin-left: 0 !important;
|
||||
margin-top: 10px !important;
|
||||
|
||||
Reference in New Issue
Block a user