Skip to content

Commit e6f86b7

Browse files
committed
Show whitespace in log output
This allows logging multiple whitespace and whitespace at line start. With that you can create indendation eg. in Timeline.
1 parent 8318a65 commit e6f86b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DebugBar/Resources/widgets.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ ul.phpdebugbar-widgets-timeline {
144144
background: none;
145145
text-shadow: none;
146146
font-weight: normal;
147+
white-space: pre;
147148
}
148149
ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-collector {
149150
left: initial;

0 commit comments

Comments
 (0)