Commit db49ca33 authored by Vitaly Slobodin's avatar Vitaly Slobodin Committed by Vitaly Slobodin

Remove gap on trial registrations page

parent 95e848d7
......@@ -5,7 +5,7 @@
.form-group
= f.label :password, for: 'user_password', class: 'label-bold'
= f.password_field :password, class: 'form-control bottom', required: true, title: _('This field is required.'), data: { qa_selector: 'password_field' }
.remember-me.gl-py-6
.remember-me
%label{ for: 'user_remember_me' }
= f.check_box :remember_me, class: 'remember-me-checkbox'
%span
......
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