File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
emailverification/emaildelivery/services/smtp
passwordless/emaildelivery/services/smtp Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
4242from __future__ import annotations
4343
4444SUPPORTED_CDI_VERSIONS = ["2.21"]
45- VERSION = "0.14.2 "
45+ VERSION = "0.14.3 "
4646TELEMETRY = "/telemetry"
4747USER_COUNT = "/users/count"
4848USER_DELETE = "/user/remove"
Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.emailverification.email
3838 <title>*|MC:SUBJECT|*</title>
3939
4040 <style type="text/css">
41+ body {
42+ max-width: 100vw;
43+ overflow: hidden;
44+ }
4145 p {
4246 margin: 10px 0;
4347 padding: 0;
@@ -786,6 +790,11 @@ <h1 class="title">Module <code>supertokens_python.recipe.emailverification.email
786790 }
787791
788792 }
793+ @media only screen and (max-width: 480px) {
794+ #meant-for {
795+ padding: 20px;
796+ }
797+ }
789798 </style>
790799</head>
791800
@@ -905,6 +914,7 @@ <h1 class="title">Module <code>supertokens_python.recipe.emailverification.email
905914
906915
907916 <p
917+ id="meant-for"
908918 style="font-family: 'Helvetica', sans-serif; font-size: 16px; line-height: 26px; font-weight:400; text-align: center; color: #808080">
909919 This email is meant for <a
910920 style="font-family: 'Helvetica', sans-serif; text-align: center; word-break: break-all; font-weight: 400; font-size: 16px; line-height: 26px; color: #808080 !important;"
Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.passwordless.emaildeliv
3838 <title>*|MC:SUBJECT|*</title>
3939
4040 <style type="text/css">
41+ body {
42+ max-width: 100vw;
43+ overflow: hidden;
44+ }
4145 p {
4246 margin: 10px 0;
4347 padding: 0;
@@ -944,6 +948,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.passwordless.emaildeliv
944948 <title>*|MC:SUBJECT|*</title>
945949
946950 <style type="text/css">
951+ body {
952+ max-width: 100vw;
953+ overflow: hidden;
954+ }
947955 p {
948956 margin: 10px 0;
949957 padding: 0;
@@ -1866,6 +1874,10 @@ <h1 class="title">Module <code>supertokens_python.recipe.passwordless.emaildeliv
18661874 <title>*|MC:SUBJECT|*</title>
18671875
18681876 <style type="text/css">
1877+ body {
1878+ max-width: 100vw;
1879+ overflow: hidden;
1880+ }
18691881 p {
18701882 margin: 10px 0;
18711883 padding: 0;
You can’t perform that action at this time.
0 commit comments