Skip to content

Commit

Permalink
bar.css: fixed whitepace for code [Closes nette/application#169]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 18, 2017
1 parent 499b09f commit 9a85c21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Tracy/assets/Bar/bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ body #tracy-debug {
#tracy-debug pre,
#tracy-debug code {
font: 9pt/1.5 Consolas, monospace;
}

#tracy-debug pre {
white-space: pre;
}

Expand Down

0 comments on commit 9a85c21

Please sign in to comment.