mcndt/noteshare.space

[Bug] Checkbox child indentation doesn't work properly

Opened this issue · 1 comments

Checkboxes with hierarchy by indentation aren't rendered properly:
image

To Reproduce
The source text for the screenshot above:

- [ ] checkbox 1
	- [ ] child checkbox 1
	- [ ] child checkbox 2
- [ ] checkbox 2
	- [ ] child checkbox 3
	- [ ] child checkbox 4

Child elements have the class inline-flex applied, which applies the property display: inline-flex. Disabling this makes it look more correct.