Merge "Optimise checkboxes for Firefox mobile"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 9 Oct 2014 22:37:54 +0000 (22:37 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 9 Oct 2014 22:37:54 +0000 (22:37 +0000)
resources/src/mediawiki.ui/components/checkbox.less

index a177940..4204c29 100644 (file)
@@ -48,6 +48,8 @@
                // ensure the invisible checkbox takes up the required width
                width: @checkboxSize;
                height: @checkboxSize;
+               // This is needed for Firefox mobile (See bug 71750 to workaround default Firefox stylesheet)
+               max-width: none;
 
                // the pseudo before element of the label after the checkbox now looks like a checkbox
                & + label {