mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-25 05:54:25 -04:00
[pl][calendar] fix overflow in miastamaszerujace email
This commit is contained in:
parent
23f3192f4e
commit
9fc0347f9a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user