mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Port Grant Wizard to react. Fixes #6687
2) Fixed an issue where grant wizard is unresponsive if the database size is huge. Fixes #2097
This commit is contained in:
committed by
Akshay Joshi
parent
44e770aa0b
commit
7aa213a5ce
@@ -130,3 +130,17 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#grantWizardDlg {
|
||||
padding-top: 0em;
|
||||
|
||||
}
|
||||
|
||||
.grant-wizard-objcol {
|
||||
min-width: 8em !important;
|
||||
width: 8em !important;
|
||||
}
|
||||
|
||||
.grant-wizard-panel-content {
|
||||
padding-top: 0.9em !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user