From d94b2e04c6873a3ad4f64b6811981013f42600fe Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 22 Dec 2016 18:42:17 +0900 Subject: [PATCH] Setting min-width for buttons Per @bradleyrichter the min-width was set to 6 times the default character's size Closes #6384 Auditors: @bradleyrichter @bsclifton @jkup Test Plan: 1. Open about:autofill 2. Click "Add Address" 3. Make sure the width of the button "Cancel" and "Save" is equal --- less/button.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/button.less b/less/button.less index 5085dcce675..247e075399b 100644 --- a/less/button.less +++ b/less/button.less @@ -82,6 +82,7 @@ span.buttonSeparator { padding-bottom: 5px; width: auto; height: auto; + min-width: calc(@defaultFontSize * 6); // issue #6384 } &.primaryButton,