Skip to content

Commit

Permalink
[Op#50946] Use correct input field widths in managed project folders …
Browse files Browse the repository at this point in the history
  • Loading branch information
akabiru authored Nov 21, 2023
1 parent a11a1a3 commit a0aa11b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ class ApplicationPasswordInput < ApplicationForm
required: true,
caption: application_password_caption,
value: nil, # IMPORTANT: We don't want to show the password in the form
placeholder: @storage.password.present? ? "••••••••••••••••" : nil
placeholder: @storage.password.present? ? "••••••••••••••••" : nil,
input_width: :large
)
end

Expand Down

0 comments on commit a0aa11b

Please sign in to comment.