Merge pull request #4139 from overleaf/ae-captcha-button

Change .grecaptcha-badge from display:none to visibility:hidden

GitOrigin-RevId: d39b6871dcc723724e113cafa61f51cdab7b59cf
This commit is contained in:
Alf Eaton 2021-06-07 10:47:26 +01:00 committed by Copybot
parent c65bff5bd0
commit c8c310e5c0

View file

@ -143,7 +143,7 @@
} }
.grecaptcha-badge { .grecaptcha-badge {
display: none; visibility: hidden;
} }
.tos-agreement-notice { .tos-agreement-notice {