Reduce new button min-width from 80px to 70px
authorkaldari <rkaldari@wikimedia.org>
Fri, 19 Sep 2014 22:28:06 +0000 (15:28 -0700)
committerkaldari <rkaldari@wikimedia.org>
Fri, 19 Sep 2014 22:28:06 +0000 (15:28 -0700)
80px is too large for mobile and causes some buttons to wrap to
other lines.

Change-Id: I00b44508e7783957a8c24c4890cc1ba4dfe265da

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

index f6a44fd..3d60b7a 100644 (file)
@@ -47,7 +47,7 @@
        // Container styling
        .button-colors(#FFF);
        border-radius: @borderRadius;
-       min-width: 80px;
+       min-width: 70px;
 
        // Ensure that buttons and inputs are nicely aligned when they have differing heights
        vertical-align: middle;