Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 96b67b2

Browse filesBrowse files
jennevdmeerfabpot
authored andcommitted
[WebProfilerBundle] Fixes weird spacing in log message context/trace output
1 parent 74f3355 commit 96b67b2
Copy full SHA for 96b67b2

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,10 +1160,10 @@ table.logs .log-timestamp {
11601160
table.logs .log-metadata {
11611161
margin: 8px 0 0;
11621162
}
1163-
table.logs .log-metadata span {
1163+
table.logs .log-metadata > span {
11641164
display: inline-block;
11651165
}
1166-
table.logs .log-metadata span + span {
1166+
table.logs .log-metadata > span + span {
11671167
margin-left: 10px;
11681168
}
11691169
table.logs .log-metadata .log-channel {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.