diff --git a/app/models/form/sales/questions/property_number_of_bedrooms.rb b/app/models/form/sales/questions/property_number_of_bedrooms.rb index b37253244..3ab192dec 100644 --- a/app/models/form/sales/questions/property_number_of_bedrooms.rb +++ b/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