Skip to content

Commit

Permalink
Respect whitespace with the w whitespace class.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Dec 23, 2024
1 parent 8fd4841 commit 8d12f42
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-wrap;
} /* Text.Whitespace */
#djDebug .highlight .il {
color: var(--djdt-font-color);
Expand Down

0 comments on commit 8d12f42

Please sign in to comment.