Skip to content

Commit

Permalink
Add margin for the submit button in reset password view
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaguindani committed Apr 16, 2024
1 parent 6a8b0a0 commit ef23fac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/devise/passwords/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<%= f.password_field(
:password_confirmation,
:label => t(".new_password_confirmation"),
:autocomplete => "new-password") %>
:autocomplete => "new-password",
:class => "mb-3") %>

<%= f.primary(t(".submit")) %>
<% end %>
Expand Down

0 comments on commit ef23fac

Please sign in to comment.