Skip to content
Snippets Groups Projects
Commit 8910f83f authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix layout issue in thunderbird, fixes #2187

Closes #2187

Merge request studip/studip!1593
parent 44013922
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<?= Assets::stylesheet('studip-base.css') ?> <?= Assets::stylesheet('studip-base.css') ?>
</head> </head>
<body> <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") ?> <?= Assets::img("locale/$lang/LC_PICTURES/mail_header.png") ?>
<p> <p>
<?= formatReady($message, true, true) ?> <?= formatReady($message, true, true) ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment