From cd7fa3080c7c7b15b5e62c72b90e38da6ac2a1b6 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 18 Dec 2016 03:25:53 +0900 Subject: [PATCH] Made the width of "Advanced Settings..." button on about:preferences#payments wider Set min-width:235px to the button to make it as wide as the table data inside '.walletBar' Closes #6285 Auditors: @bradleyrichter @bsclifton Test Plan: 1. Change your lang setting on the browser 2. Open about:preferences#payments 3. Check the width of the button --- less/about/preferences.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/about/preferences.less b/less/about/preferences.less index e1eb953b4b2..0af9a121fc5 100644 --- a/less/about/preferences.less +++ b/less/about/preferences.less @@ -1011,6 +1011,10 @@ table.sortableTable { } } } + + .advancedSettings { + min-width: 235px; // .walletBar td min-width + } } .paymentsMessage {