10000 bug #45219 [WebProfilerBundle] Fixes weird spacing in log message con… · symfony/symfony@56dd927 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56dd927

Browse files
committed
bug #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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines 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