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
When using the Primary card (with chevron) component and you do not have a description text in the card the chevron icon is misaligned with the title of the card.
You can try to apply space modifiers such as nhsuk-u-margin-bottom-0 to heading however it still remains slightly misaligned.
This may be due to the height and width set on the chevron SVG and the top: 50%; and margin-top: -8px; set in CSS.
The text was updated successfully, but these errors were encountered:
Bug Report
What is the issue?
When using the Primary card (with chevron) component and you do not have a description text in the card the chevron icon is misaligned with the title of the card.
You can try to apply space modifiers such as
nhsuk-u-margin-bottom-0
to heading however it still remains slightly misaligned.This may be due to the height and width set on the chevron SVG and the
top: 50%;
andmargin-top: -8px;
set in CSS.The text was updated successfully, but these errors were encountered: