summaryrefslogtreecommitdiffstats
path: root/dom/xml/resources/XMLPrettyPrint.css
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xml/resources/XMLPrettyPrint.css')
-rw-r--r--dom/xml/resources/XMLPrettyPrint.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/xml/resources/XMLPrettyPrint.css b/dom/xml/resources/XMLPrettyPrint.css
index 845833c46f..4e2088bd91 100644
--- a/dom/xml/resources/XMLPrettyPrint.css
+++ b/dom/xml/resources/XMLPrettyPrint.css
@@ -56,3 +56,11 @@
font-family: monospace;
white-space: pre;
}
+
+.space-default {
+ white-space: initial;
+}
+
+.space-preserve {
+ white-space: pre-wrap;
+}