From abdabe4571ce54a424782c5eee622a1bcdebf72c Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 8 Sep 2020 12:02:03 +0100 Subject: [PATCH] Fix extra tracking on numeric inputs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we moved to using textboxes from GOV.UK Frontend the old class wasn’t appearing in the page. --- app/assets/stylesheets/components/textbox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components/textbox.scss b/app/assets/stylesheets/components/textbox.scss index f3a170eb4..c20769caa 100644 --- a/app/assets/stylesheets/components/textbox.scss +++ b/app/assets/stylesheets/components/textbox.scss @@ -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;