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

Don't apply margins to <br> elements contained in an <li> in FF #350

Merged
merged 2 commits into from
Apr 24, 2024

Commits on Apr 23, 2024

  1. Only fixup margins in p tags when inside a list item

    The intent of these selectors are to only target `p` tags but we are targeting `*:first-child` and `*:last-child`. This has a side effect of causing `<br>` elements inside the list item to gain a margin _only in Firefox_. Other browsers treat the `<br>` element as properly inline and as such don’t apply margins but FF does not seem to.
    thecrypticace committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    fbca4ce View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    944f3b0 View commit details
    Browse the repository at this point in the history