Browse Source

Update number of bedrooms input field width

pull/2260/head
Kat 2 years ago
parent
commit
796f435895
  1. 2
      app/models/form/sales/questions/property_number_of_bedrooms.rb

2
app/models/form/sales/questions/property_number_of_bedrooms.rb

@ -6,7 +6,7 @@ class Form::Sales::Questions::PropertyNumberOfBedrooms < ::Form::Question
@header = "How many bedrooms does the property have?"
@hint_text = "A bedsit has 1 bedroom"
@type = "numeric"
@width = 10
@width = 2
@min = 1
@max = 9
@step = 1

Loading…
Cancel
Save