Skip to content

Commit

Permalink
Increase dialog width for case when there's many buttons
Browse files Browse the repository at this point in the history
We don't want the button text truncation
  • Loading branch information
alecpl committed Dec 6, 2017
1 parent 161038e commit 5650d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/enigma/enigma.js
Expand Up @@ -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,
Expand Down

0 comments on commit 5650d1a

Please sign in to comment.