From 81e2641199a257390b1161c84ba6b76eea45a2b9 Mon Sep 17 00:00:00 2001 From: Maxime Steinhausser Date: Thu, 12 Jan 2017 19:54:12 +0100 Subject: [PATCH] [Profiler] Fix inline dump rendering --- .../Resources/views/Profiler/profiler.css.twig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig index e3a0168553..de2a2f472e 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig @@ -922,6 +922,9 @@ table.logs .metadata { font-size: inherit; line-height: inherit; } +#collector-content .dump-inline .sf-dump:after { + display: none; +} #collector-content .sf-dump .trace { font-size: 12px;