gunndabad / govuk-frontend-aspnetcore

ASP.NET Core integration for GOV.UK Design system
MIT License
30 stars 8 forks source link

Incorrect alignment on pagination component #255

Closed sussexrick closed 1 year ago

sussexrick commented 1 year ago

The image on your documentation for the pagination component demonstrates this problem: misaligned label

'Previous' and 'Next' should line up with the label below, but they don't.

If you view the source of the GOV.UK example you can see there is a space between the SVG and the link title:

image

This space is missing in your rendering, which causes the misalignment.