Skip to content

Commit cbc3ff6

Browse files
committed
Some general cleanup for css/markup and collapsing of line profiler module
1 parent 59c7e17 commit cbc3ff6

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

debug_toolbar/media/debug_toolbar/css/toolbar.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,16 @@
145145
opacity:1.0;
146146
}
147147

148-
#djDebug code {
148+
#djDebug code, #djDebug pre {
149149
display:block;
150150
font-family:Consolas, Monaco, "Bitstream Vera Sans Mono", "Lucida Console", monospace;
151151
white-space:pre;
152152
overflow:auto;
153+
white-space: pre-wrap; /* CSS-3 */
154+
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
155+
white-space: -pre-wrap; /* Opera 4-6 */
156+
white-space: -o-pre-wrap; /* Opera 7 */
157+
word-wrap: break-word; /* Internet Explorer 5.5+ */
153158
}
154159

155160
#djDebug tr.djDebugOdd {

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)