From b3f3106888fb89cff06077a046aa0826b9b2003e Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Thu, 21 Mar 2019 15:39:37 +0100 Subject: [PATCH] [Fix #3064] Change logo size --- app/views/layouts/mailers/notification.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/mailers/notification.html.haml b/app/views/layouts/mailers/notification.html.haml index 16d307003..b267a0fc5 100644 --- a/app/views/layouts/mailers/notification.html.haml +++ b/app/views/layouts/mailers/notification.html.haml @@ -3,7 +3,7 @@ %table{ width: "100%", border: "0", cellspacing: "0", cellpadding: "0" } %tr %td{ align: "center" } - = image_tag @logo_url, style: "height: 150px;" + = image_tag @logo_url, height: "150", style: "display:block; max-height: 150px; max-width: 150px;" - content_for :footer do - if @dossier.present?