Skip to content

Commit

Permalink
Fixed missing blockquote styling in email layout template
Browse files Browse the repository at this point in the history
  • Loading branch information
anishTP committed Jan 23, 2025
1 parent 4259d3b commit d6eec31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions funnel/templates/notifications/layout_email.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@
h2 {
margin-top: 8px;
}
blockquote {
border-left: 3px solid #c0ccda;
margin: 0;
padding: 0 0 0 8px;
margin-bottom: 14px;
}
</style>
{# Progressive Enhancements : END #}
Expand Down

0 comments on commit d6eec31

Please sign in to comment.