Merge "MediaWiki UI: Use em's for the button width"
[lhc/web/wiklou.git] / resources / src / mediawiki.ui / components / buttons.less
index 89a564a..2512d49 100644 (file)
@@ -47,7 +47,7 @@
        // Container styling
        .button-colors(#FFF);
        border-radius: @borderRadius;
-       min-width: 70px;
+       min-width: 4em;
 
        // Ensure that buttons and inputs are nicely aligned when they have differing heights
        vertical-align: middle;