From 8f4a1f4fc2c205c4942ea9ecf13890bf4f48f209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Mon, 18 May 2020 12:27:21 +0200 Subject: [PATCH] fixing bad width in 2FA email template --- src/static/templates/email/twofactor_email.html.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/static/templates/email/twofactor_email.html.hbs b/src/static/templates/email/twofactor_email.html.hbs index 193cd9e..739b6f4 100644 --- a/src/static/templates/email/twofactor_email.html.hbs +++ b/src/static/templates/email/twofactor_email.html.hbs @@ -42,7 +42,7 @@ Your Two-step Login Verification Code body { background-color: #f6f6f6; } - @media only screen and (max-width: 600px) { + @media only screen and (max-width: 410px) { body { padding: 0 !important; } @@ -86,10 +86,10 @@ Your Two-step Login Verification Code - - +
+ -
+