Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
illia-bilinskyi opened this issue Aug 23, 2023 · 1 comment
Open

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

illia-bilinskyi opened this issue Aug 23, 2023 · 1 comment

Comments

@illia-bilinskyi
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants