mcndt / noteshare.space

A service for sharing encrypted Markdown notes from Obsidian. Notes are end-to-end-encrypted and are only stored temporarily.
https://noteshare.space
MIT License
202 stars 19 forks source link

[Bug] Checkbox child indentation doesn't work properly #50

Open illia-bilinskyi opened 1 year ago

illia-bilinskyi commented 1 year ago

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
henrebotha commented 10 months ago

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