Skip to content

Commit 9ee693f

Browse files
committed
Updated SQL explain panel to keep white space for indention, clarifying the output.
1 parent af20524 commit 9ee693f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

debug_toolbar/media/debug_toolbar/css/toolbar.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,10 @@
357357
text-align: left;
358358
}
359359

360+
#djDebug .djSqlExplain td {
361+
white-space: pre;
362+
}
363+
360364
#djDebug span.djDebugLineChart {
361365
background-color:#777;
362366
height:3px;

debug_toolbar/media/debug_toolbar/css/toolbar.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)