emails: Fix body tag styles being applied in messages template.

This commit is contained in:
Daniil Fadeev 2023-05-01 13:10:13 +07:00 committed by Tim Abbott
parent 6fe02e933a
commit f1db695650
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ img.bottom-illustration {
vertical-align: bottom; vertical-align: bottom;
} }
body { body.default-email-font-settings {
font-family: sans-serif; font-family: sans-serif;
font-size: 14px; font-size: 14px;
line-height: 1.4; line-height: 1.4;

View File

@ -8,7 +8,7 @@
<title>Zulip</title> <title>Zulip</title>
<style>{{css_styles}}</style> <style>{{css_styles}}</style>
</head> </head>
<body> <body class="default-email-font-settings">
<table border="0" cellpadding="0" cellspacing="0" class="body layout"> <table border="0" cellpadding="0" cellspacing="0" class="body layout">
<tr> <tr>
<td>&nbsp;</td> <td>&nbsp;</td>

View File

@ -8,7 +8,7 @@
<title>Zulip</title> <title>Zulip</title>
<style>{{css_styles}}</style> <style>{{css_styles}}</style>
</head> </head>
<body> <body class="default-email-font-settings">
<table border="0" cellpadding="0" cellspacing="0" class="body layout"> <table border="0" cellpadding="0" cellspacing="0" class="body layout">
<tr> <tr>
<td>&nbsp;</td> <td>&nbsp;</td>