Skip to content

Commit 8802605

Browse files
committed
Keep whitespace in code highlighting
Refs django-commons#2041.
1 parent 2fc00c6 commit 8802605

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debug_toolbar/static/debug_toolbar/css/toolbar.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@
591591
} /* Literal.String */
592592
#djDebug .highlight .w {
593593
color: #888888;
594+
white-space: pre;
594595
} /* Text.Whitespace */
595596
#djDebug .highlight .il {
596597
color: var(--djdt-font-color);

0 commit comments

Comments
 (0)