HTML-Renderer
HTML-Renderer copied to clipboard
Line Height not calculated correctly inside a div
When creating a div with the follow class:
.divClass{ height: 40px; line-height: 40px; }
The text inside the div should appear to be centered vertically. Currently in HTML-Renderer it renders the text at the very top and only applies the line-height to the next line.