Skip to content

Commit

Permalink
Keep whitespace in code highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 16, 2024
1 parent 2fc00c6 commit 8802605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debug_toolbar/static/debug_toolbar/css/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@
} /* Literal.String */
#djDebug .highlight .w {
color: #888888;
white-space: pre;
} /* Text.Whitespace */
#djDebug .highlight .il {
color: var(--djdt-font-color);
Expand Down

0 comments on commit 8802605

Please sign in to comment.