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

fix: start list items on a new line #1281

Merged
merged 1 commit into from
May 23, 2023

Conversation

nico-famedly
Copy link
Contributor

Each list item is expected to start in a new line (similar to a block element). Otherwise list items will overlap with each other in a list when shrinkWrap is enabled.

fixes #1280

Each list item is expected to start in a new line (similar to a block
element). Otherwise list items will overlap with each other in a list
when `shrinkWrap` is enabled.

fixes Sub6Resources#1280
Copy link
Owner

@Sub6Resources Sub6Resources left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Sub6Resources Sub6Resources merged commit 496d1aa into Sub6Resources:master May 23, 2023
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

Successfully merging this pull request may close these issues.

[BUG] <li> are rendered in the same line when shrinkWrap is true
2 participants