Add generic parsed class that displays whitespace correctly.
[Sone.git] / src / main / resources / static / css / sone.css
index b40890a..25faa7a 100644 (file)
@@ -93,6 +93,10 @@ textarea {
        border: none;
 }
 
+#sone .parsed {
+       white-space: pre-wrap;
+}
+
 #sone #notification-area {
        margin-top: 1em;
 }