Skip to content

Commit 34f1b58

Browse files
committed
merged branch aerialls/webprofiler (PR symfony#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
2 parents f58cfc0 + b0987a3 commit 34f1b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- START of Symfony2 Web Debug Toolbar -->
22
{% if 'normal' != position %}
3-
<div style="clear: both; height: 80px;"></div>
3+
<div style="clear: both; height: 40px;"></div>
44
{% endif %}
55

66
<div class="sf-toolbarreset"

0 commit comments

Comments
 (0)