mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 11:51:05 -05: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;
|
||||
}
|
||||
|
||||
.extra-tracking .form-control {
|
||||
.extra-tracking .govuk-input {
|
||||
@include core-19($tabular-numbers: true);
|
||||
padding-left: 5px;
|
||||
letter-spacing: 0.04em;
|
||||
|
||||
Reference in New Issue
Block a user