Default line-height should be unitless
Currently it's set to 1.6em. It causes that text overlaps in following content:
<p><span style="font-size:72px">Foo</span></p>
<p><span style="font-size:72px">Foo</span></p>
<ul>
<li><span style="font-size:72px">Bar</span></li>
<li><span style="font-size:72px">Bom</span></li>
</ul>
Fixes ¶
Find this issue on GitHub
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Milestone: |
→ CKEditor 4.3.2
|
Owner: |
set to Piotrek Koszuliński
|
Status: |
new →
review
|
Summary: |
Default line-height should be proportional →
Default line-height should be unitless
|
Description: |
modified (diff)
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
Find this issue on GitHub
Pushed t/11379 with a solution.
No more text overlapping:
And the same behaviour as previous settings:
Read more here: https://developer.mozilla.org/en-US/docs/Web/CSS/line-height#Prefer_unitless_numbers_for_line-height_values