From 10d1ccfae6f59bffc0945b61ab05f4017347c94b Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Thu, 18 Sep 2014 08:37:13 -0700 Subject: [PATCH] button.less: Set min-width to 80px Bug: 70972 Change-Id: I8e6beaf12d7cf1f1af20f4ff144eb0a7c2667a47 --- resources/src/mediawiki.ui/components/buttons.less | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/src/mediawiki.ui/components/buttons.less b/resources/src/mediawiki.ui/components/buttons.less index 7142d4d071..8533c40517 100644 --- a/resources/src/mediawiki.ui/components/buttons.less +++ b/resources/src/mediawiki.ui/components/buttons.less @@ -44,6 +44,7 @@ // Container styling .button-colors(#FFF); border-radius: @buttonBorderRadius; + min-width: 80px; // Ensure that buttons and inputs are nicely aligned when they have differing heights vertical-align: middle; -- 2.20.1