Adjusted the height of jobstep code block to use maximum space. Fixes #5426.

This commit is contained in:
Yogesh Mahajan
2020-08-28 14:00:49 +05:30
committed by Akshay Joshi
parent e8b192be3e
commit e226b2fa75
2 changed files with 4 additions and 0 deletions

View File

@@ -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;
}