HTML-Renderer icon indicating copy to clipboard operation
HTML-Renderer copied to clipboard

line-height doesn't work when it is less than font-size

Open hippasus opened this issue 7 years ago • 0 comments

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>

hippasus avatar Aug 23 '18 03:08 hippasus