From e2495473ab64a6e74fe0dc65a0570e8df33855f4 Mon Sep 17 00:00:00 2001 From: MostafaRabia Date: Tue, 9 Feb 2021 14:10:31 +0200 Subject: [PATCH] Make height of image working with yahoo In yahoo it not show `height` but shows `max-height`. I tested remove `hieght` and show the result on yahoo, google and outlook, it's perfect, but i would prefer use `height` too with it for anything would happen. --- src/Illuminate/Mail/resources/views/html/themes/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Illuminate/Mail/resources/views/html/themes/default.css b/src/Illuminate/Mail/resources/views/html/themes/default.css index 350fb838fa6b..2483b11685a3 100644 --- a/src/Illuminate/Mail/resources/views/html/themes/default.css +++ b/src/Illuminate/Mail/resources/views/html/themes/default.css @@ -113,6 +113,7 @@ img { .logo { height: 75px; + max-height: 75px; width: 75px; }