fix: Squashed image in email diff #6612

This commit is contained in:
Tom Moor
2024-04-23 21:47:52 -04:00
parent c8a0343cf5
commit 3f8990520b

View File

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