diff options
author | jdlrobson <jdlrobson@gmail.com> | 2014-11-05 14:02:34 -0800 |
---|---|---|
committer | jdlrobson <jdlrobson@gmail.com> | 2014-11-21 13:14:51 +0800 |
commit | 0144d7c944b97f654cabd44f0726f954ef105846 (patch) | |
tree | 811b5710eaa13dda8d1c4a1c666780edaf2fcd27 /resources/src/mediawiki.ui | |
parent | 2d611440d2530c160a931a4ad9bfdf87c712d4ad (diff) | |
download | mediawikicore-0144d7c944b97f654cabd44f0726f954ef105846.tar.gz mediawikicore-0144d7c944b97f654cabd44f0726f954ef105846.zip |
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
Diffstat (limited to 'resources/src/mediawiki.ui')
-rw-r--r-- | resources/src/mediawiki.ui/components/checkbox.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/src/mediawiki.ui/components/checkbox.less b/resources/src/mediawiki.ui/components/checkbox.less index 913f90178b50..0274538ae637 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; } |