Commit 269b182a authored by Illya Klymov's avatar Illya Klymov

Merge branch 'vs-remove-gap-in-trial-registration' into 'master'

Remove gap on trial registrations page

See merge request gitlab-org/gitlab!40080
parents c80d9d38 c10d1f49
......@@ -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
......
---
title: Remove gap on trial registrations page
merge_request: 40080
author:
type: fixed
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