Clone
Andrey Balan
committed
on 12 Feb 19
LDEV-4770 CKEditor's content use display:block instead of inline-block
Content in CKEditor is by default displayed using display: inline-blo… Show more
LDEV-4770 CKEditor's content use display:block instead of inline-block

Content in CKEditor is by default displayed using display: inline-block,

however, this CSS property doesn't get applied in real life. Which

creates a discrepancy between the way content displayed inside the

editor and later on outside of it. Show less