Ensure that span.mw-ui-icon is inline-block
[lhc/web/wiklou.git] / resources / src / mediawiki.ui / components / forms.less
index d3c76d0..0a9023e 100644 (file)
@@ -66,7 +66,7 @@
        }
 
        // Override input styling just for checkboxes and radio inputs.
-       input[type='radio'] {
+       input[ type='radio' ] {
                display: inline;
                .box-sizing( content-box );
                width: auto;