LSformElement :: pre : Fixed CSS display in view

This commit is contained in:
Benjamin Renard 2012-09-14 16:47:41 +02:00
parent a04cded17a
commit b7b82c67c0

View file

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