Skip to content

Commit

Permalink
Fixed missing blockquote styling in email layout template (#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishTP authored Jan 23, 2025
1 parent c083ed1 commit 5a50a51
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 5a50a51

Please sign in to comment.