Commit 9ca80048 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment