Merge "buttons: Set min-width of button groups and icon buttons"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 26 Sep 2014 00:13:28 +0000 (00:13 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 26 Sep 2014 00:13:28 +0000 (00:13 +0000)
resources/src/mediawiki.ui/components/buttons.less
resources/src/mediawiki.ui/components/icons.less

index 3d60b7a..01c481d 100644 (file)
@@ -257,6 +257,7 @@ a.mw-ui-button {
 //
 // Styleguide 2.2.
 .mw-ui-button-group > * {
+       min-width: 48px;
        border-radius: 0;
        float: left;
 
index 3a92b21..bf8e41e 100644 (file)
@@ -23,6 +23,7 @@
 .mw-ui-icon {
        position: relative;
        min-height: @iconSize;
+       min-width: @iconSize;
 
        // Standalone icons
        //