Skip to content

Commit

Permalink
Merge pull request #8283 from cfpb/inset__email-margin
Browse files Browse the repository at this point in the history
Only apply flush-top if email signup is first
  • Loading branch information
wpears authored Apr 2, 2024
2 parents 3006e81 + 6e3d9df commit 84699c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgov/v1/jinja2/v1/includes/organisms/full-width-text.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{{ block | safe }}
</div>
{% elif block_type in ['email_signup'] %}
<div class="block block__flush-top m-inset__email">
<div class="block{{ " block__flush-top" if loop.first }} m-inset__email">
<div class="o-well">
{% include_block block %}
</div>
Expand Down

0 comments on commit 84699c4

Please sign in to comment.