diff --git a/api/js/etemplate/et2_widget_dialog.js b/api/js/etemplate/et2_widget_dialog.js index 70c9ca2890..64bdc16081 100644 --- a/api/js/etemplate/et2_widget_dialog.js +++ b/api/js/etemplate/et2_widget_dialog.js @@ -586,7 +586,7 @@ jQuery.extend(et2_dialog, //(function(){ "use strict"; return dialog_type: typeof _type != 'undefined' ? _type : et2_dialog.QUESTION_MESSAGE, icon: _icon, value: _value, - width: false + width: 'auto' }, parent); },