We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Checkboxes with hierarchy by indentation aren't rendered properly:
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
The text was updated successfully, but these errors were encountered:
Child elements have the class inline-flex applied, which applies the property display: inline-flex. Disabling this makes it look more correct.
inline-flex
display: inline-flex
Sorry, something went wrong.
No branches or pull requests
Checkboxes with hierarchy by indentation aren't rendered properly:
To Reproduce
The source text for the screenshot above:
The text was updated successfully, but these errors were encountered: