ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
8.72k stars 3.63k forks source link

Checkbox alignment in to-do list with headings #15035

Open niegowski opened 9 months ago

niegowski commented 9 months ago

@niegowski It seems like with Heading 1, the position of the checkbox is too high compared to how it looks with unordered and ordered document lists:

checkbox-position-H1

It looks better with other heading levels:

checkbox-position-h2 checkbox-position-h3

Is should probably be aligned to bottom, as it is with other document list types:

list-position

Originally posted by @charlttsie in https://github.com/ckeditor/ckeditor5/issues/14700#issuecomment-1725370508

Reinmar commented 1 month ago

There are already two duplicates to this issue: #16515 and #15089.

And the issue that we're running into in real examples is much more visible than in the screenshot posted here, in this thread.

In the demos it looks like this:

image