adding a width at the pre tags
This commit is contained in:
parent
5fcfdbcaba
commit
03e9b1fa3b
@ -24,7 +24,7 @@
|
|||||||
<strong>Source</strong>: {{ item.source }}<br>
|
<strong>Source</strong>: {{ item.source }}<br>
|
||||||
<strong>Date</strong>: {{ item.date }}<br>
|
<strong>Date</strong>: {{ item.date }}<br>
|
||||||
<strong>Printed</strong>:
|
<strong>Printed</strong>:
|
||||||
<pre>{{ item.printed | replace('\n', '<br>') | safe }}</pre>
|
<pre width="48">{{ item.printed | replace('\n', '<br>') | safe }}</pre>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% set count = count - 1 %}
|
{% set count = count - 1 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user