diff --git a/print/static/stylesheet.css b/print/static/stylesheet.css index 9eaec12..8b665f5 100644 --- a/print/static/stylesheet.css +++ b/print/static/stylesheet.css @@ -13,10 +13,11 @@ div#multifeeder div.multipost{ div#webcam img{ width: 500px; } -pre{ +div.msg pre{ margin: 1em 0; padding: 0; font-size: 14px; - word-break: break-all; + width: 400px; + word-break: break-word; white-space: pre-wrap; } \ No newline at end of file diff --git a/print/templates/printed.html b/print/templates/printed.html index 39b7e86..66ee395 100644 --- a/print/templates/printed.html +++ b/print/templates/printed.html @@ -24,7 +24,7 @@ Source: {{ item.source }}
Date: {{ item.date }}
Printed: -
{{ item.printed | replace('\n', '
') | safe }}
+
{{ item.printed | replace('\n', '
') | safe }}
{% endif %} {% set count = count - 1 %}