Increase dialog width for case when there's many buttons

We don't want the button text truncation
pull/6085/head
Aleksander Machniak 7 years ago
parent 161038ee87
commit 5650d1a2d0

@ -631,7 +631,7 @@ rcube_webmail.prototype.enigma_password_compose_submit = function(data)
// Display no-key error with key search button
rcube_webmail.prototype.enigma_key_not_found = function(data)
{
var params = {width: 400, dialogClass: 'error'},
var params = {width: 500, dialogClass: 'error'},
buttons = [{
'class': 'mainaction search',
text: data.button,

Loading…
Cancel
Save