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

Line Height not calculated correctly inside a div

Open digitalalien opened this issue 6 years ago • 0 comments

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.

digitalalien avatar Apr 17 '19 19:04 digitalalien