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 {
white-space: pre;
word-wrap: break-word;
white-space: pre-wrap;
word-wrap: anywhere;
font-family: monospace;
}