mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Email renderers: Allow line breaks in <pre>
This commit is contained in:
@@ -175,6 +175,10 @@
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre, pre code {
|
||||||
|
white-space: pre-line;
|
||||||
|
}
|
||||||
|
|
||||||
{% if rtl %}
|
{% if rtl %}
|
||||||
body {
|
body {
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
|
|||||||
@@ -197,6 +197,10 @@
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre, pre code {
|
||||||
|
white-space: pre-line;
|
||||||
|
}
|
||||||
|
|
||||||
{% if rtl %}
|
{% if rtl %}
|
||||||
body {
|
body {
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
|
|||||||
Reference in New Issue
Block a user