From ad2e166d4ebd4398d822e6caf42141cc60446545 Mon Sep 17 00:00:00 2001 From: Yannick Vanhaeren Date: Tue, 17 Jul 2018 09:53:55 +0200 Subject: [PATCH] Fix SVGs not scaling in IE9, IE10, and IE11 --- .../WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig index 00ab74ad9f..b5e21a6ebf 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig @@ -60,6 +60,7 @@ .sf-toolbarreset svg, .sf-toolbarreset img { height: 20px; + width: 20px; display: inline-block; }