mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 03:19:56 +01:00
Fix broken width in show_dialog
This commit is contained in:
parent
fc95580c05
commit
d437852fe2
@ -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);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user