From 971916c20df592410a54bbb494789cfa634bf42d Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sun, 19 Mar 2023 10:16:12 +0200 Subject: [PATCH] removed unnecessary mail layou css class --- mails/templates/layout.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mails/templates/layout.go b/mails/templates/layout.go index dd51308c..7a43ad92 100644 --- a/mails/templates/layout.go +++ b/mails/templates/layout.go @@ -50,12 +50,6 @@ const Layout = ` .hidden { display: none !important; } - .fallback-link { - display: none !important; - word-break: break-all; - font-size: 11px; - color: #666f75; - } .btn { display: inline-block; vertical-align: top;