forked from CGM_Public/pretix_original
Email renderers: Allow line breaks in <pre>
This commit is contained in:
@@ -175,6 +175,10 @@
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
pre, pre code {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
{% if rtl %}
|
||||
body {
|
||||
direction: rtl;
|
||||
|
||||
@@ -197,6 +197,10 @@
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
pre, pre code {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
{% if rtl %}
|
||||
body {
|
||||
direction: rtl;
|
||||
|
||||
Reference in New Issue
Block a user