From 9dd8592fdd07b3734fdb84dfee37a499c07240b3 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Thu, 28 Oct 2021 22:55:12 +0530 Subject: [PATCH] Prevent images from being squished in the default e-mail template. Closes #548. --- static/email-templates/default.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/static/email-templates/default.tpl b/static/email-templates/default.tpl index ce8baaa1c..da80c257a 100644 --- a/static/email-templates/default.tpl +++ b/static/email-templates/default.tpl @@ -65,6 +65,7 @@ img { max-width: 100%; + height: auto; } a {