Fix the width of Role dialogue so tabs don't wrap.

This commit is contained in:
Murtuza Zabuawala 2017-11-30 10:58:27 +00:00 committed by Dave Page
parent 389cf01af7
commit 2995d6e9c5

View File

@ -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'];