Fix extra tracking on numeric inputs

Since we moved to using textboxes from GOV.UK Frontend the old class
wasn’t appearing in the page.
This commit is contained in:
Chris Hill-Scott
2020-09-08 12:02:03 +01:00
parent 602386bd4e
commit abdabe4571

View File

@@ -56,7 +56,7 @@
text-align: right;
}
.extra-tracking .form-control {
.extra-tracking .govuk-input {
@include core-19($tabular-numbers: true);
padding-left: 5px;
letter-spacing: 0.04em;