fix: Update styles in email template for mention notifications (#2871)

This commit is contained in:
Tejaswini Chile 2021-08-24 22:42:48 +05:30 committed by GitHub
parent 1257f86f22
commit 21e8a41206
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,17 +1,7 @@
<style type="text/css">
.quoted-text--content {
box-sizing:border-box;
padding:8px 16px;
margin:0 0 20px;
font-size:14px;
border-left:5px solid #eeeeee
}
</style>
<p>Hi {{user.available_name}}, </p> <p>Hi {{user.available_name}}, </p>
<p>You've been mentioned in a conversation. <b>{{message.sender_display_name}}</b> wrote:</p> <p>You've been mentioned in a conversation. <b>{{message.sender_display_name}}</b> wrote:</p>
<blockquote class='quoted-text--content'> <blockquote style="box-sizing:border-box; padding:8px 16px; margin:0 0 20px; font-size:14px; border-left:5px solid #eeeeee">
{{message.text_content}} {{message.text_content}}
</blockquote> </blockquote>