Преглед на файлове

The toolbar wraps to a 2nd line for long route names which makes it hiding page content, thus better show more white space instead of overlaying content with the toolbar.

Christian Raue преди 14 години
родител
ревизия
f29a2b9b72
променени са 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: 40px;"></div>
+    <div style="clear: both; height: 80px;"></div>
 {% endif %}
 
 <div class="sf-toolbarreset"