Skip to content

Commit 105947b

Browse files
Merge pull request #339 from supertokens/email-templates-superhuman
fix: Email templates superhuman
2 parents 5e9801b + 0404117 commit 105947b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

supertokens_python/recipe/emailpassword/emaildelivery/services/smtp/password_reset_email.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<title>*|MC:SUBJECT|*</title>
1111
1212
<style type="text/css">
13+
body {
14+
max-width: 100vw;
15+
overflow: hidden;
16+
}
1317
p {
1418
margin: 10px 0;
1519
padding: 0;

0 commit comments

Comments
 (0)