Merge pull request #3428 from alphagov/tabular-inbound

Use tabular numbers for dashboard banner counts
This commit is contained in:
Chris Hill-Scott
2020-04-30 09:43:20 +01:00
committed by GitHub

View File

@@ -150,7 +150,7 @@
} }
&-count { &-count {
@include govuk-font(36, $weight: bold); @include govuk-font(36, $weight: bold, $tabular: true);
padding-right: 8px; padding-right: 8px;
position: relative; position: relative;
// remove the top of the extra line-height this introduces // remove the top of the extra line-height this introduces