mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-31 19:17:48 +00:00
fix: Update styles in email template for mention notifications (#2871)
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user