From fce0af06048568036e55902dce648bf1b686b9a3 Mon Sep 17 00:00:00 2001 From: Adam Elsodaney Date: Tue, 26 Jan 2016 11:38:15 +0000 Subject: [PATCH] [WebProfilerBundle] Don't inherit CSS text-transform property for the toolbar. --- .../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 a34d0fac64..cade19d0b4 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig @@ -45,6 +45,7 @@ position: fixed; right: 0; text-align: left; + text-transform: none; z-index: 99999; } .sf-toolbarreset abbr {