-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Removing extra padding in nested lists #703
Removing extra padding in nested lists #703
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing this out! The space between lists does need to be optimized, I'll modify your commit and merge it later.
f8c1319
to
f5ce9f6
Compare
Thank you @cotes2020 😄 |
@cotes2020 I still feel like the padding is way too much. For small lists, I think it is probably fine, but for large lists, it takes up way too much room. This is how it looks now after this PR: It's maybe personal preference, but I don't see why we wouldn't want to tighten this in a little bit? It seems like there is plenty of spacing between list items with using Also, why different value for li than ul? What do you think? 😄 |
The space between list items(
|
Hi @joshjohanning, I reduced the space between list items by 4px, but it's still a bit larger than the line spacing of paragraphs: because that's a typographic convention. Also, I fixed the left indent of the list block 😂 |
@cotes2020 🎉 I think that looks a lot better! Thank you. |
Resolves cotes2020#702 (cherry picked from commit 39da11e)
Resolves cotes2020#702 (cherry picked from commit 39da11e)
Closes #702
Description
Removing extra padding in nested lists
From:
To:
This reflects more of how it looks like in GitHub:
Type of change
(Depending on how you look at this, could be bug, could be feature 🤷 )
How has this been tested
bash ./tools/test.sh
(at the root of the project) locally and passedTested with latest
master
branchTest Configuration
Checklist