diff --git a/src/General/css/report.css b/src/General/css/report.css index 8e2ed1079..46a39ba0a 100644 --- a/src/General/css/report.css +++ b/src/General/css/report.css @@ -1,3 +1,6 @@ :root:not(.js-enabled) #captchaContainerAlt { height: auto; } +noscript > iframe, #recaptcha_challenge_field { + width: 500px; +}