diff --git a/console/src/components/preview.tsx b/console/src/components/preview.tsx index 5d445a4e..316e3ad0 100644 --- a/console/src/components/preview.tsx +++ b/console/src/components/preview.tsx @@ -82,9 +82,24 @@ function EmailPreviewContent({ } }, [data?.code?.source]) + // In the small thumbnail (e.g. the Journey Send node) the Gmail-style + // header chrome doesn't fit and just looks broken — show the rendered + // email itself instead, clipped to the thumbnail height. + if (size === "small") { + return compiledHtml ? ( +
+