From c8c310e5c0657370bfb2b2ffe9a9035306fed81a Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Mon, 7 Jun 2021 10:47:26 +0100 Subject: [PATCH] Merge pull request #4139 from overleaf/ae-captcha-button Change .grecaptcha-badge from display:none to visibility:hidden GitOrigin-RevId: d39b6871dcc723724e113cafa61f51cdab7b59cf --- services/web/frontend/stylesheets/app/base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/base.less b/services/web/frontend/stylesheets/app/base.less index 0552e8e925..9d94533e8e 100644 --- a/services/web/frontend/stylesheets/app/base.less +++ b/services/web/frontend/stylesheets/app/base.less @@ -143,7 +143,7 @@ } .grecaptcha-badge { - display: none; + visibility: hidden; } .tos-agreement-notice {