HTML-Renderer
HTML-Renderer copied to clipboard
line-height doesn't work when it is less than font-size
Line-height should work if even if it is less than the font-size, and text overlapping is expected with multiple lines.
<div style="font-size: 14px; line-height: 10px;">This is a paragraph with a specified line-height.<br> The line height is here set to 10 pixels.</div>