fix: Update styles in email template for mention notifications (#2871)
This commit is contained in:
parent
1257f86f22
commit
21e8a41206
1 changed files with 1 additions and 11 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue