nhsuk / nhsuk-frontend

NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services.
https://nhsuk.github.io/nhsuk-frontend/
MIT License
619 stars 107 forks source link

Adjust nested list spacing #961

Closed frankieroberto closed 3 months ago

frankieroberto commented 3 months ago

Adds additional spacing at the beginning of nested lists, and removes unnecessary spacing at the end of them.

Resolves #430

An alternative to #920 using margin-top instead inserting a pseudo-element with bottom margin.

Screenshots

Before

Screenshot showing a nested bulleted list where 2 of the bullets are too close together and 2 are too far apart

After

Screenshot showing a nested bulleted list with even spacing