Daemonite / Daemonite/discourse-material-theme
Rendered checkboxes in post content slightly off
- Dominant language
- CSS
- Stars
- 22
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
The checkboxes rendered by the [Discourse checklist rendering plugin](https://github.com/discourse/discourse-checklist) by writing down `[]` or `[x]` in the markup are slightly off.

## Workaround
```css
/* Fix DMT#15: Checkboxes slightly off */
.contents span.chcklst-box::before {
display: inline-flex;
margin-right: 0.1rem;
margin-bottom: 0.1rem;
}
```

Thank you in advance for your attention.
Contributor guide
No contributing guide indexed for this repository
Research direction
No theme file or test is named in the issue. Start by locating the stylesheet that controls post-content checklist boxes, compare the rendering with the supplied workaround, and verify visually that unchecked and checked boxes align correctly without the workaround being needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100