From 304d7cbcb2a5dbfe5de98d1ac054a0efd22cec2d Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 12 Jul 2015 00:18:42 -0700 Subject: [PATCH] Fix for captcha covering the file field when Google uses the copy/paste type. --- src/General/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index 09760acaa..0558cf275 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -105,6 +105,10 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) { /* party hats */ pointer-events: none; } +#g-recaptcha { + min-height: 78px; + height: auto; +} :root:not(.js-enabled) #postForm { display: table; }