From ecef6f1b9b170acd0b47f3c1d31b95685f576ee2 Mon Sep 17 00:00:00 2001 From: jmsche Date: Fri, 13 Jul 2018 16:00:59 +0200 Subject: [PATCH] [WebProfilerBundle] Fixed icon alignment issue using Bootstrap 4.1.2 --- .../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 91764e30de144..00ab74ad9f667 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig @@ -263,6 +263,7 @@ div.sf-toolbar .sf-toolbar-block a:hover { border-width: 0; position: relative; top: 8px; + vertical-align: baseline; } .sf-toolbar-block .sf-toolbar-icon img + span,