Allow any step for svg properties
This commit is contained in:
@@ -10,15 +10,15 @@
|
||||
.form-field= f.check_box :active
|
||||
= f.row :dpm
|
||||
.small-3.columns= f.label :dpm
|
||||
.small-3.columns= f.number_field :dpm
|
||||
.small-3.columns= f.number_field :dpm, step: :any
|
||||
.small-6.columns.attribute-info= f.error_message :dpm
|
||||
= f.row :box_width
|
||||
.small-3.columns= f.label :box_width
|
||||
.small-3.columns= f.number_field :box_width
|
||||
.small-3.columns= f.number_field :box_width, step: :any
|
||||
.small-6.columns.attribute-info
|
||||
= f.row :box_height
|
||||
.small-3.columns= f.label :box_height
|
||||
.small-3.columns= f.number_field :box_height
|
||||
.small-3.columns= f.number_field :box_height, step: :any
|
||||
.small-6.columns.attribute-info
|
||||
= f.row :svg
|
||||
.form-label= f.label :svg
|
||||
|
||||
Reference in New Issue
Block a user