Skip to content

Commit 3877aba

Browse files
committed
fix google recaptcha badge
1 parent 772eb14 commit 3877aba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

public/themes/pterodactyl/css/pterodactyl.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,3 +304,10 @@ input.form-autocomplete-stop[readonly] {
304304
background: inherit;
305305
cursor: text;
306306
}
307+
308+
/* fix Google Recaptcha badge */
309+
.grecaptcha-badge {
310+
bottom: 54px !important;
311+
background: white;
312+
box-shadow: none !important;
313+
}

0 commit comments

Comments
 (0)