Skip to content

Commit

Permalink
fix color input size, after it was enabled by #17482
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Dec 18, 2024
1 parent 799ed5d commit 43183be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/forms/projects/life_cycle_step_definitions/form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ class Form < ApplicationForm
f.color_select_list(
label: attribute_name(:color),
name: :color,
required: true
required: true,
input_width: :medium
)

f.submit(
Expand Down

0 comments on commit 43183be

Please sign in to comment.