浏览代码

[WebProfilerBundle] fixed toolbar height

Julien Brochet 13 年之前
父节点
当前提交
b0987a3c9c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig

+ 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"