mirror of https://github.com/zulip/zulip.git
emails: Work around bad Apple Mail preview parser.
Apparently, Apple Mail interpreted the <body> text in the comment here as the start of the body in the email in its special parser for displaying a preview of emails in the inbox view, resulting in every Zulip email being displayed as "tag out of the email, the ..." instead of our configured preheader.
This commit is contained in:
parent
6f009c5e65
commit
a5ac19e93a
|
@ -38,7 +38,7 @@ table.layout > tbody > tr > td {
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* After email clients strip the actual <body> tag out of the email, the
|
||||
/* After email clients strip the actual body tag out of the email, the
|
||||
.body element will be the equivalent of our outer element. */
|
||||
.body {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue