Skip to content

Commit

Permalink
fix(recaptcha): use display none on badge
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Dec 17, 2024
1 parent 87f40f7 commit b21f806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ html {
scroll-padding-top: 101px; /* Header Height (80px) + Skip Nav Height (21px) = 101px */
}

/* reCAPTCHA: Hide the badge */
/* reCAPTCHA: Do not display badge */
.grecaptcha-badge {
visibility: hidden;
display: none;
}

body {
Expand Down

0 comments on commit b21f806

Please sign in to comment.