From 673261ff981613b0e22be0776a8ec27c30730467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sun, 23 Oct 2022 19:46:54 -0400 Subject: [PATCH] fix: #10519, image height in emails --- src/views/emails/partials/header.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/emails/partials/header.tpl b/src/views/emails/partials/header.tpl index 0466c83cfe..e292b13830 100644 --- a/src/views/emails/partials/header.tpl +++ b/src/views/emails/partials/header.tpl @@ -141,6 +141,7 @@ .notification-body img { max-width: 100%; + height: auto; }