You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appears to be a missing CSS selector and style for the first item in a bordered list.
See the service manual for the A-Z page: https://service-manual.nhs.uk/design-system/patterns/a-to-z-page
This makes use of a list panel for each collection of conditions - the first item in each panel has a grey border above it. This comes from the following selector and style:
There is no such CSS present in this library, which means that when rendering an nhsuk-list--border element, the first item does not have a top border.
The text was updated successfully, but these errors were encountered:
Bug Report
What is the issue?
There appears to be a missing CSS selector and style for the first item in a bordered list.
See the service manual for the A-Z page: https://service-manual.nhs.uk/design-system/patterns/a-to-z-page
This makes use of a list panel for each collection of conditions - the first item in each panel has a grey border above it. This comes from the following selector and style:
There is no such CSS present in this library, which means that when rendering an
nhsuk-list--border
element, the first item does not have a top border.The text was updated successfully, but these errors were encountered: