Browse Source

Update number of bedrooms input field width (#2260)

update-rails-version
kosiakkatrina 10 months ago committed by GitHub
parent
commit
611dbb5281
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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