button.less: Set min-width to 80px
authorPrateek Saxena <prtksxna@gmail.com>
Thu, 18 Sep 2014 15:37:13 +0000 (08:37 -0700)
committerPrateek Saxena <prtksxna@gmail.com>
Thu, 18 Sep 2014 15:40:26 +0000 (08:40 -0700)
Bug: 70972
Change-Id: I8e6beaf12d7cf1f1af20f4ff144eb0a7c2667a47

resources/src/mediawiki.ui/components/buttons.less

index 7142d4d..8533c40 100644 (file)
@@ -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;