Skip to content
Snippets Groups Projects
Commit 9ca80048 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'add-margin-to-reset-password-form' into 'master'

Add Margin To Reset Password Form

There currently is no margin between the reset-password input (email-address) and button. This is ugly. This commit is a simple fix.
parents fe6c534d 9d61ea55
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,7 +2,8 @@
%h3.page-title Reset password
.devise-errors
= devise_error_messages!
= f.email_field :email, placeholder: "Email", class: "form-control", required: true
.clearfix.append-bottom-20
= f.email_field :email, placeholder: "Email", class: "form-control", required: true
.clearfix.append-bottom-10
= f.submit "Reset password", class: "btn-primary btn"
%hr
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment