Commit 5a871629 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '29000-recaptcha-margin' into 'master'

add margin between captcha and register button

Closes #29000

See merge request !12607
parents c8eef2d2 edc44bf3
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
%div %div
- if Gitlab::Recaptcha.enabled? - if Gitlab::Recaptcha.enabled?
= recaptcha_tags = recaptcha_tags
%div .submit-container
= f.submit "Register", class: "btn-register btn" = f.submit "Register", class: "btn-register btn"
.clearfix.submit-container .clearfix.submit-container
%p %p
......
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