1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 13:28:35 +01:00

Show whitespace in log output

This allows logging multiple whitespace and whitespace at line start.

With that you can create indendation eg. in Timeline.
This commit is contained in:
Niko Sams 2015-04-20 13:25:52 +02:00
parent 8318a65b20
commit e6f86b7e88

View File

@ -144,6 +144,7 @@ ul.phpdebugbar-widgets-timeline {
background: none;
text-shadow: none;
font-weight: normal;
white-space: pre;
}
ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-collector {
left: initial;