Skip to content

Commit 81e2641

Browse files
committed
[Profiler] Fix inline dump rendering
1 parent bcab8b8 commit 81e2641

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,9 @@ table.logs .metadata {
922922
font-size: inherit;
923923
line-height: inherit;
924924
}
925+
#collector-content .dump-inline .sf-dump:after {
926+
display: none;
927+
}
925928

926929
#collector-content .sf-dump .trace {
927930
font-size: 12px;

0 commit comments

Comments
 (0)