-
Notifications
You must be signed in to change notification settings - Fork 282
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
Wrong rendering of nested checkbox lists #3637
Comments
Looks like this line is the culprit: 0fcbe2c#diff-df4c0a65a3465bff9b48533e35d4da7fd687e7875a61482850cdf7cd32f03a29R26 though having it seems correct, to move the checkbox left, and eliminate the extra margin. Maybe adding this to the file (src/css/markdown.scss) will solve it: li ul {
margin-left: 40px;
} |
flummer
added a commit
to flummer/nextcloud-deck
that referenced
this issue
May 22, 2022
Added padding on nested ul, to compensate for the negative margin on the containing li Signed-off-by: Thomas Flummer <tf@flummer.net>
You are right! That change fixes it. Thanks! |
backportbot-nextcloud bot
pushed a commit
that referenced
this issue
Jul 5, 2022
Added padding on nested ul, to compensate for the negative margin on the containing li Signed-off-by: Thomas Flummer <tf@flummer.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to use GitHub
Describe the bug
After updating to NextCloud 23 and Deck 1.6.0 nested checkbox lists no longer render correctly.
To Reproduce
Add a new card, set description to:
Expected behavior
This used to indent option "a.a", but now it's no longer indented. This makes it hard to distinguish both. It works for simple lists ("x.x").
Screenshots
Client details:
Server details
**Operating system**: Gentoo LinuxWeb server: nginx
Database: mariadb
PHP version: 8.0
Nextcloud version: 23.0.2.1
The text was updated successfully, but these errors were encountered: