Skip to content

Commit

Permalink
fix(recaptcha-text): add mt-0 to reset margin-top from bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Dec 11, 2024
1 parent ff64b20 commit 581e023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/core/templates/core/includes/recaptcha-text.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load i18n %}

<p class="form-text text-body">
<p class="form-text text-body mt-0">
{% blocktranslate trimmed %}
This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank" rel="noopener noreferrer">Privacy Policy</a> and <a href="https://policies.google.com/terms" target="_blank" rel="noopener noreferrer">Terms of Service</a> apply.
{% endblocktranslate %}
Expand Down

0 comments on commit 581e023

Please sign in to comment.