Cleanup mw ui checkbox margins
[lhc/web/wiklou.git] / resources / src / mediawiki.ui / components / checkbox.less
index 6868ab6..35a44cb 100644 (file)
                height: @checkboxSize;
                // This is needed for Firefox mobile (See bug 71750 to workaround default Firefox stylesheet)
                max-width: none;
+               margin-right: .4em;
 
                // the pseudo before element of the label after the checkbox now looks like a checkbox
                & + label {
                        cursor: pointer;
-                       margin: 0 0.4em;
 
                        &::before {
                                content: '';