From 3c508196d1fa379b91fac43290ee576d1b9d9fac Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis Date: Wed, 25 Mar 2026 10:14:11 +0000 Subject: [PATCH] CLDC-4333: step value input width up to next option --- app/models/form/sales/questions/value.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/form/sales/questions/value.rb b/app/models/form/sales/questions/value.rb index c93ebd227..266eb3647 100644 --- a/app/models/form/sales/questions/value.rb +++ b/app/models/form/sales/questions/value.rb @@ -10,7 +10,7 @@ class Form::Sales::Questions::Value < ::Form::Question 0 end @step = 1 - @width = 5 + @width = 10 @prefix = "£" @question_number = get_question_number_from_hash(QUESTION_NUMBER_FROM_YEAR_AND_SECTION, value_key: subsection.id) @top_guidance_partial = "financial_calculations_shared_ownership"