Browse Source

CLDC-4333: step value input width up to next option

pull/3270/head
Nat Dean-Lewis 1 week ago
parent
commit
3c508196d1
  1. 2
      app/models/form/sales/questions/value.rb

2
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"

Loading…
Cancel
Save