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 56dd927

Browse filesBrowse files
committed
bug symfony#45219 [WebProfilerBundle] Fixes weird spacing in log message context/trace output (jennevdmeer)
This PR was merged into the 5.4 branch. Discussion ---------- [WebProfilerBundle] Fixes weird spacing in log message context/trace output | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | This is a fix for a small issue created in bcb3329. Where there is space created in the expanded log message context/trace output as seen below while preserving the space between the log message level, and context and trace toggles. ![image](https://user-images.githubusercontent.com/310006/151540656-03c49473-d7bd-4ee1-9bef-201b7ece2124.png) Commits ------- 96b67b2 [WebProfilerBundle] Fixes weird spacing in log message context/trace output
2 parents b400f80 + 96b67b2 commit 56dd927
Copy full SHA for 56dd927

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.