Skip to content

fix paragraphs inside of <ul>'s which are too spaced apart.#102719

Merged
mjbvz merged 2 commits intomicrosoft:masterfrom
jasonwilliams:ul-spacing
Jul 16, 2020
Merged

fix paragraphs inside of <ul>'s which are too spaced apart.#102719
mjbvz merged 2 commits intomicrosoft:masterfrom
jasonwilliams:ul-spacing

Conversation

@jasonwilliams
Copy link
Contributor

@jasonwilliams jasonwilliams commented Jul 16, 2020

  • paragraphs inside of <ul><li>s were too spaced apart.
  • It looks odd because markdown converts list items to <p>s

So I wasn't aware of this but it seems list items get rendered as <p> tags inside of <ul><li>s
This causes them to space each other out too much.
The fix is not to have a margin-bottom when in lists

Before
list-spaced

After
list-fixed

Another one for you @mjbvz

@mjbvz mjbvz added this to the July 2020 milestone Jul 16, 2020
@mjbvz mjbvz merged commit 9a12a5a into microsoft:master Jul 16, 2020
@mjbvz
Copy link
Collaborator

mjbvz commented Jul 16, 2020

Thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Aug 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants