From e3beb1b1c4f8a45f3de4e35d078b0cf7e568cae6 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Mon, 21 Mar 2022 12:34:04 +0000 Subject: [PATCH] Correct size for security code label --- app/views/devise/two_factor_authentication/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/two_factor_authentication/show.html.erb b/app/views/devise/two_factor_authentication/show.html.erb index 1eea10171..0966af5b3 100644 --- a/app/views/devise/two_factor_authentication/show.html.erb +++ b/app/views/devise/two_factor_authentication/show.html.erb @@ -12,7 +12,7 @@

We’ve sent you a text message with a security code.

<%= f.govuk_number_field :code, - label: { text: "Security code" }, + label: { text: "Security code", size: "m" }, width: 5, autocomplete: 'one-time-code', autofocus: true