SIGN IN SIGN UP

fix(css): set line-height on article headings to prevent overlap when they wrap

Article headings inherit .entry-content's fixed line-height: 1.4em (computed at
the body font-size), which is smaller than the heading font-size, so headings
that wrap onto two lines overlap. Add an explicit unitless line-height: 1.2
scoped to .entry-content headings so the leading scales with each heading's own
font-size, without affecting Miniflux's own UI headings.

Fixes #4399.
A
Aditya Raj Singh committed
5ebdc176e77f0e2346c3bc47a24080d67bbb5a4b
Parent: 0abd9e7
Committed by fguillot <323546+fguillot@users.noreply.github.com> on 7/4/2026, 11:51:19 PM