mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
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:
@@ -56,7 +56,7 @@
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.extra-tracking .form-control {
|
.extra-tracking .govuk-input {
|
||||||
@include core-19($tabular-numbers: true);
|
@include core-19($tabular-numbers: true);
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
letter-spacing: 0.04em;
|
letter-spacing: 0.04em;
|
||||||
|
|||||||
Reference in New Issue
Block a user