Email renderers: Allow line breaks in <pre>

This commit is contained in:
Raphael Michel
2023-06-16 15:05:35 +02:00
parent 51ea63335c
commit 69502986ad
2 changed files with 8 additions and 0 deletions

View File

@@ -175,6 +175,10 @@
font-size: 12px;
}
pre, pre code {
white-space: pre-line;
}
{% if rtl %}
body {
direction: rtl;

View File

@@ -197,6 +197,10 @@
font-size: 12px;
}
pre, pre code {
white-space: pre-line;
}
{% if rtl %}
body {
direction: rtl;