From 1df2aa72c0ca71920b0284bed7d0672dd702a72e Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 2 Mar 2026 18:51:13 +0000 Subject: [PATCH] Suppress flogo bar It creates a third page. --- html/template/sync/mailer.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/template/sync/mailer.html b/html/template/sync/mailer.html index 2f7d368e..1b09d1c2 100644 --- a/html/template/sync/mailer.html +++ b/html/template/sync/mailer.html @@ -28,6 +28,9 @@ page-break-after: always; } + #flogo { + display: none; + } :root { --peach: #fbe2d6; --left-blue: #f4f9fd;