From 3f8990520b3e711d1620ca664ac122082a378705 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 23 Apr 2024 21:47:52 -0400 Subject: [PATCH] fix: Squashed image in email diff #6612 --- shared/editor/components/Styles.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts index 2231cc05a..ba7386cb7 100644 --- a/shared/editor/components/Styles.ts +++ b/shared/editor/components/Styles.ts @@ -260,6 +260,11 @@ const emailStyle = (props: Props) => css` border-radius: 8px; padding: 6px 8px; } + + .image > img { + width: auto; + height: auto; + } `; const style = (props: Props) => `