From 95c5dd52bd3303c350414456e6bcf36d5d22473a Mon Sep 17 00:00:00 2001 From: stonecrusher Date: Thu, 14 Jun 2018 11:53:39 +0200 Subject: [PATCH] Prevent button label to exceed button Stylus options: shortcut popup and infoboxes: Translations for "close" can have more characters. Override the fixed 60px inherited from `button, input[type="number"], input[type="color"], select, .onoffswitch`. --- msgbox/msgbox.css | 1 + 1 file changed, 1 insertion(+) diff --git a/msgbox/msgbox.css b/msgbox/msgbox.css index 3f8c25ba..c3bda969 100644 --- a/msgbox/msgbox.css +++ b/msgbox/msgbox.css @@ -140,6 +140,7 @@ #message-box-buttons button { margin: 0 .375rem; + width: auto; } /* popup */