From 7a8582e1f66da1b6f3fe522b23343ac8e9a65a81 Mon Sep 17 00:00:00 2001 From: Stefano Sala Date: Sat, 29 Nov 2014 11:01:37 +0100 Subject: [PATCH] [Toolbar] Display all icons, even on two lines for small screens --- .../WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e040fff53e..af82d0853b 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig @@ -30,7 +30,6 @@ background-color: #f7f7f7; left: 0; right: 0; - height: 38px; margin: 0; padding: 0 40px 0 0; z-index: 6000000; @@ -77,6 +76,7 @@ color: #2f2f2f; display: block; min-height: 28px; + border-bottom: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; padding: 0; float: left;