cryptpad / cryptpad/cryptpad

To-do list rendering in kanban cards displaying wrong margins

Open
#2,285 1 comment 1 reaction 1 assignee Claimed by @DianaXWiki View on GitHub
Bug Kanban UI/UX
Dominant language
JavaScript
Stars
7.9k
Forks
849
PR merge metrics
No merged PRs in 30d

Description

When using markdown to-do lists in kanban cards, the checkbox is included in the list content when it should be outside. This is probably a regression that was introduced with the new icons library in `2025.9.0`.

The following markdown

```md
- [ ] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer maximus dapibus dui, in consequat augue feugiat at.
- [] x
- [x] y
- [ ] z
- regular
- list
- items
```

produces the following list

Image

Note

- The spacing between the checkbox and the text is different if a space is present inside the brackets (see the "x" in the example)
- Checkboxes are _inside_ the margins, aligned with the text of the regular list when they should be aligned with the markers.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.