From 5650d1a2d0d99d1af3e5937d6cfad7c452b5afc5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 6 Dec 2017 09:10:59 +0100 Subject: [PATCH] Increase dialog width for case when there's many buttons We don't want the button text truncation --- plugins/enigma/enigma.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/enigma/enigma.js b/plugins/enigma/enigma.js index 41dd3b78611..a22a6d48006 100644 --- a/plugins/enigma/enigma.js +++ b/plugins/enigma/enigma.js @@ -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,