Explorar el Código

merged branch aerialls/webprofiler (PR #2925)

Commits
-------

b0987a3 [WebProfilerBundle] fixed toolbar height

Discussion
----------

[WebProfilerBundle] fixed toolbar height

Bug fix: yes
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: none
Todo: none
Fabien Potencier hace 13 años
padre
commit
34f1b5893c

+ 1 - 1
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig

@@ -1,6 +1,6 @@
 <!-- START of Symfony2 Web Debug Toolbar -->
 {% if 'normal' != position %}
-    <div style="clear: both; height: 80px;"></div>
+    <div style="clear: both; height: 40px;"></div>
 {% endif %}
 
 <div class="sf-toolbarreset"