-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | master |
After the recent redesign of the exception page in PR #20951 the exception page in saved profile in Symfony Profiler (URL /_profiler/{token}?panel=exception
) is broken.
It looks like rendering a saved profile uses only @Twig/Exception/exception.twig.html
template without the @Twig/layout.html.twig
that contains CSS for the page.
See
$template, |
symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.html.twig
Line 33 in bbe269f
{{ render(path('_profiler_exception', { token: token })) }} |
Therefore SVG "+" and "-" icons are displayed in default dimensions that are 1792x1792.