button.less: Set min-width to 80px
[lhc/web/wiklou.git] / 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;