ckeditor5
ckeditor5 copied to clipboard
Added line height css variable
Suggested merge commit message (convention)
Other (core): Added the --ck-content-line-height css variable. Closes #18634.
MAJOR BREAKING CHANGE: The editor now enforces a default line height of 1.5, affecting both editing and rendered content. This may impact existing styling and layout, so custom line-height settings should be reviewed.
Additional information
For example – encountered issues, assumptions you had to make, other affected tickets, etc.
I would add a breaking change note to the changelog.
MAJOR BREAKING CHANGE: The editor now enforces a default line height of 1.5, affecting both editing and rendered content. This may impact existing styling and layout, so custom line-height settings should be reviewed.
Closing in favor of #18736.