From 229ff09db2bcd22e9a6e6ae8365d91e8bd61c6c6 Mon Sep 17 00:00:00 2001 From: Hugo Subtil <ext.sopra.husubtil@grandlyon.com> Date: Mon, 25 Oct 2021 19:37:44 +0200 Subject: [PATCH] fix(email): link with image alignment --- src/notifications/style.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notifications/style.hbs b/src/notifications/style.hbs index b5b27c296..47bc896a9 100644 --- a/src/notifications/style.hbs +++ b/src/notifications/style.hbs @@ -19,6 +19,7 @@ } .button-with-icon td { padding-right: 10px !important; } .button-with-icon table { background-color: #F1C017 !important; margin: 10px !important; } .button-with-icon span { vertical-align: middle !important; } + .button-with-icon a { vertical-align: middle !important; } </mj-style> <mj-style> .custom-link a { color: #F1C017 !important; text-decoration: none !important; -- GitLab