summaryrefslogtreecommitdiff
path: root/html_diff.py
diff options
context:
space:
mode:
Diffstat (limited to 'html_diff.py')
-rw-r--r--html_diff.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/html_diff.py b/html_diff.py
index aef2a2e..a99b973 100644
--- a/html_diff.py
+++ b/html_diff.py
@@ -158,6 +158,7 @@ HTML_TEMPLATE = r'''
/* Make individual syntax tokens wrap anywhere */
.line > span {
overflow-wrap: anywhere;
+ white-space: pre-wrap;
}
.line {