mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
c65bff5bd0
commit
c8c310e5c0
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.grecaptcha-badge {
|
.grecaptcha-badge {
|
||||||
display: none;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tos-agreement-notice {
|
.tos-agreement-notice {
|
||||||
|
|
Loading…
Reference in a new issue