mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-26 02:30:21 -06:00
Increase the width of the user management dialog.
This commit is contained in:
parent
7deda52bd9
commit
4e0bd557d9
@ -1262,7 +1262,7 @@ define([
|
||||
};
|
||||
});
|
||||
}
|
||||
alertify.UserManagement(true).resizeTo(pgBrowser.stdW.md, pgBrowser.stdH.md);
|
||||
alertify.UserManagement(true).resizeTo(pgBrowser.stdW.lg, pgBrowser.stdH.md);
|
||||
},
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user