From 0cdf77e1159bfc6b997f56b170c9212ec32630cb Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Wed, 9 Sep 2026 16:17:54 +0000 Subject: [PATCH] Fix email footer spacing around custom footer text (#40440) --- app/javascript/styles/entrypoints/mailer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/entrypoints/mailer.scss b/app/javascript/styles/entrypoints/mailer.scss index 8ef00454998..1ac0d3cd1f4 100644 --- a/app/javascript/styles/entrypoints/mailer.scss +++ b/app/javascript/styles/entrypoints/mailer.scss @@ -516,7 +516,7 @@ table + p { text-decoration: underline; } - &:first-child { + &:not(last-child) { margin-bottom: 12px; } }