From 8910f83ff312bf3e4756c23e43dfab32e607b3a5 Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+studip@gmail.com>
Date: Mon, 20 Mar 2023 13:32:01 +0000
Subject: [PATCH] fix layout issue in thunderbird, fixes #2187

Closes #2187

Merge request studip/studip!1593
---
 templates/mail/html.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/mail/html.php b/templates/mail/html.php
index a5aae8ddfd0..e7379653ed5 100644
--- a/templates/mail/html.php
+++ b/templates/mail/html.php
@@ -6,7 +6,7 @@
   <?= Assets::stylesheet('studip-base.css') ?>
 </head>
 <body>
-  <div style="background-color: white; margin: auto; max-width: 700px; padding: 4px;">
+  <div style="background-color: white; margin: auto; width: 700px; padding: 4px;">
     <?= Assets::img("locale/$lang/LC_PICTURES/mail_header.png") ?>
     <p>
       <?= formatReady($message, true, true) ?>
-- 
GitLab