mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Handle text wrapping in alertify dialog only when it is required. Regression of #3695
This commit is contained in:
committed by
Akshay Joshi
parent
69f6895224
commit
06ae799d02
@@ -430,6 +430,7 @@ define([
|
||||
onshow:function() {
|
||||
$(this.elements.commands.close).attr('title', gettext('Close'));
|
||||
$(this.elements.commands.maximize).attr('title', gettext('Maximize'));
|
||||
$(this.elements.content).addClass('ajs-wrap-text');
|
||||
},
|
||||
reverseButtons: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user