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) => `