fix: Update diff emails too short in some email clients

This commit is contained in:
Tom Moor
2023-11-27 23:21:14 -05:00
parent 07cd13f17a
commit 654e4c9ce6

View File

@@ -17,7 +17,7 @@ export default createGlobalStyle<Props>`
html,
body {
width: 100%;
height: ${(props) => (props.staticHTML ? "0" : "100%")};
${(props) => (props.staticHTML ? "" : "height: 100%;")}
margin: 0;
padding: 0;
print-color-adjust: exact;