Skip to content

Commit fa2d295

Browse files
committed
fix email size
1 parent f09c022 commit fa2d295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

emails/SuggestionApprovedEmail.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export const SuggestionApprovedEmail = ({
3737
<Head />
3838
<Preview>{previewText}</Preview>
3939
<Tailwind>
40-
<Body className="bg-white text-[#09092b] my-auto mx-auto font-sans w-[720px]">
41-
<Container className="mt-4 mb-20 mx-auto">
40+
<Body className="bg-white text-[#09092b] my-auto mx-auto font-sans !w-full !max-w-[720px]">
41+
<Container className="mt-4 mb-20 mx-auto !w-full !max-w-[720px]">
4242
<Section className="bg-[#09092b] rounded-t border-b-4 border-solid border-[#d946ef] pb-10">
4343
<Section className="my-6 text-center">
4444
<Img

0 commit comments

Comments
 (0)