mirror of https://github.com/zulip/zulip.git
emails: Fix body tag styles being applied in messages template.
This commit is contained in:
parent
6fe02e933a
commit
f1db695650
|
@ -12,7 +12,7 @@ img.bottom-illustration {
|
|||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
body {
|
||||
body.default-email-font-settings {
|
||||
font-family: sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<title>Zulip</title>
|
||||
<style>{{css_styles}}</style>
|
||||
</head>
|
||||
<body>
|
||||
<body class="default-email-font-settings">
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="body layout">
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<title>Zulip</title>
|
||||
<style>{{css_styles}}</style>
|
||||
</head>
|
||||
<body>
|
||||
<body class="default-email-font-settings">
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="body layout">
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
|
Loading…
Reference in New Issue