mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Adjusted the height of jobstep code block to use maximum space. Fixes #5426.
This commit is contained in:
committed by
Akshay Joshi
parent
e8b192be3e
commit
e226b2fa75
@@ -1,3 +1,6 @@
|
||||
div[role=tabpanel] > .pgadmin-control-group.form-group.c.jscexceptions {
|
||||
min-height: 400px;
|
||||
}
|
||||
div[role=tabpanel] >.pgadmin-control-group.jstcode .CodeMirror-sizer{
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user