diff --git a/public_html/css/default/LSformElement_pre.css b/public_html/css/default/LSformElement_pre.css
index df6df8e9..2294bb54 100644
--- a/public_html/css/default/LSformElement_pre.css
+++ b/public_html/css/default/LSformElement_pre.css
@@ -1,4 +1,5 @@
p.LSformElement_pre {
- white-space: pre-line;
+ white-space: pre;
word-wrap: break-word;
+ font-family: monospace;
}