From 7d92cb8a02a7b9cc47d540944759b13a7369c44d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 31 Jul 2015 15:08:06 +0200 Subject: [PATCH] Restored the old behavior for toolbars with lots of elements If a toolbar includes lots of elements, some of them may span to a new line, increasing the height of the toolbar --- .../Resources/views/Profiler/toolbar.css.twig | 6 ------ 1 file changed, 6 deletions(-) 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 5b2e4f6666..c3faa17249 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig @@ -22,7 +22,6 @@ box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2); color: #EEE; font: 11px Arial, sans-serif; - height: 36px; left: 0; margin: 0; padding: 0 36px 0 0; @@ -348,7 +347,6 @@ bottom: auto; box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2); top: 0; - overflow: hidden; /* needed to aovid issues for toolbars with lots of elements */ } .sf-toolbar-block .sf-toolbar-info { @@ -361,10 +359,6 @@ .sf-toolbarreset { position: static; } - - .sf-toolbar-block:hover .sf-toolbar-icon { - background-color: inherit; - } {% endif %} /* Responsive Design */