We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09c022 commit fa2d295Copy full SHA for fa2d295
emails/SuggestionApprovedEmail.tsx
@@ -37,8 +37,8 @@ export const SuggestionApprovedEmail = ({
37
<Head />
38
<Preview>{previewText}</Preview>
39
<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">
+ <Body className="bg-white text-[#09092b] my-auto mx-auto font-sans !w-full !max-w-[720px]">
+ <Container className="mt-4 mb-20 mx-auto !w-full !max-w-[720px]">
42
<Section className="bg-[#09092b] rounded-t border-b-4 border-solid border-[#d946ef] pb-10">
43
<Section className="my-6 text-center">
44
<Img
0 commit comments