Topic on Project:Support desk

98.220.198.49 (talkcontribs)

Any idea why the line height of lines with footnotes would change? When a wiki's line uses a footnote, the line gets taller than it should be, and appears to be 1.5 or 2 spaced, rather than a single line. Does this deal with the LocalSettings.php file per here? How exactly would you go about fixing this?

Allen4names (talkcontribs)

This can be handled by a CSS rule. You can edit your CSS file or if you are a sysop edit MediaWiki:common.css. (See example below.)

ol.references li { font-size: 100%; line-height: 1.2em; }
Reply to "Footnote Line Height"