From ee5c57aef34bb7fce44f3cb162b24c1edd0edf06 Mon Sep 17 00:00:00 2001 From: Louis Jeckel Date: Mon, 31 Aug 2020 13:19:01 +0200 Subject: [PATCH] break all subcopy --- resources/views/vendor/mail/html/themes/default.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/resources/views/vendor/mail/html/themes/default.css b/resources/views/vendor/mail/html/themes/default.css index 903f90c..ebfa275 100644 --- a/resources/views/vendor/mail/html/themes/default.css +++ b/resources/views/vendor/mail/html/themes/default.css @@ -157,12 +157,9 @@ img { .subcopy p { font-size: 14px; - word-break: break-word; + word-break: break-all; } -.subcopy a { - word-break: break-all !important; -} /* Footer */ -- 2.39.5