LSformElement::pre: Fix long lines diplay

This commit is contained in:
Benjamin Renard 2022-03-02 20:34:30 +01:00
parent ad38812859
commit 9c53608fa2

View file

@ -1,6 +1,6 @@
p.LSformElement_pre { p.LSformElement_pre {
white-space: pre; white-space: pre-wrap;
word-wrap: break-word; word-wrap: anywhere;
font-family: monospace; font-family: monospace;
} }