mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-10 07:26:01 -06:00
Fix the width of Role dialogue so tabs don't wrap.
This commit is contained in:
parent
389cf01af7
commit
2995d6e9c5
@ -313,6 +313,7 @@ define('pgadmin.node.role', [
|
||||
dialogHelp: url_for('help.static', {'filename': 'role_dialog.html'}),
|
||||
label: gettext('Login/Group Role'),
|
||||
hasSQL: true,
|
||||
width: '550px',
|
||||
canDrop: function(node, item) {
|
||||
var treeData = this.getTreeNodeHierarchy(item),
|
||||
server = treeData['server'];
|
||||
|
Loading…
Reference in New Issue
Block a user