Fix broken width in show_dialog

This commit is contained in:
Hadi Nategh 2018-12-10 11:39:33 +01:00
parent fc95580c05
commit d437852fe2

View File

@ -593,7 +593,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);
},