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:
Tim Abbott 2023-05-22 15:48:53 -07:00
parent 6f009c5e65
commit a5ac19e93a
1 changed files with 1 additions and 1 deletions

View File

@ -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%;