From: jdlrobson Date: Wed, 5 Nov 2014 22:02:34 +0000 (-0800) Subject: MediaWiki UI: Checkbox follow up X-Git-Tag: 1.31.0-rc.0~13217 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=0144d7c944b97f654cabd44f0726f954ef105846;p=lhc%2Fweb%2Fwiklou.git MediaWiki UI: Checkbox follow up Reset the font of the label and checkbox elements as defined in the user agent stylesheet to avoid overlap Bug: 72727 Change-Id: I3d02989768bea400e6498fe9e84b1a7d965a2529 --- diff --git a/resources/src/mediawiki.ui/components/checkbox.less b/resources/src/mediawiki.ui/components/checkbox.less index 913f90178b..0274538ae6 100644 --- a/resources/src/mediawiki.ui/components/checkbox.less +++ b/resources/src/mediawiki.ui/components/checkbox.less @@ -38,6 +38,8 @@ line-height: @checkboxSize; * { + // reset font sizes (see bug 72727) + font: inherit; vertical-align: middle; }