Looks like we are missing a max-width on the email summary post content:
Current:
With 700px max-width:
Thanks @pepa for the heads up!
Looks like we are missing a max-width on the email summary post content:
Current:
With 700px max-width:
Thanks @pepa for the heads up!
There’s a code example here that constrains the width of emails sent from Discourse: Customize and style the Discourse outer email template. I’ve tested it on Litmus and seen issues on some email clients when it’s used as the outer wrapper for the summary email. I’m fairly sure those issues can be resolved.
لقد قمت بتقييد العرض وتوسيط محتوى البريد الإلكتروني هنا:
من إرسال تجريبي:
لقد استخدمت جداول لتقييد العرض والتوسيط، مما يجب أن يضمن عمله مع عملاء البريد الإلكتروني القدامى:
<table>
<tr>
<td></td>
<td width="650">all email content within this td</td>
<td></td>
</tr>
</table>
لاحظ أن العرض المحدد على td يعمل بشكل أشبه بـ max-width، وسيظل المحتوى يتقلص ليناسب الأجهزة الأصغر.