From 4edb90d6442c5faf3e1ae9207fd6512b92480a99 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Tue, 3 Jun 2025 15:58:00 -0700 Subject: [PATCH] improvement: add y padding to email body --- backend/src/services/smtp/emails/BaseEmailWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/services/smtp/emails/BaseEmailWrapper.tsx b/backend/src/services/smtp/emails/BaseEmailWrapper.tsx index 3d02fc793..01bf779c5 100644 --- a/backend/src/services/smtp/emails/BaseEmailWrapper.tsx +++ b/backend/src/services/smtp/emails/BaseEmailWrapper.tsx @@ -13,7 +13,7 @@ export const BaseEmailWrapper = ({ title, preview, children, siteUrl }: BaseEmai - + {preview}