[pl][calendar] fix overflow in miastamaszerujace email

This commit is contained in:
Andrea Vos 2023-06-04 11:55:54 +02:00
parent 23f3192f4e
commit 9fc0347f9a

View File

@ -142,11 +142,11 @@ const templates = {
text: '',
html: `
<div style="display: flex;">
<div style="width: 50%">
<div style="width: 50%; overflow-x: scroll">
<p>przed:</p>
<pre><code>{{before}}</code></pre>
</div>
<div style="width: 50%">
<div style="width: 50%; overflow-x: scroll">
<p>po:</p>
<pre><code>{{after}}</code></pre>
</div>