8000 Merge remote branch 'craue/patch-2' · lidaa/symfony@4054cba · GitHub
[go: up one dir, main page]

Skip to content

Commit 4054cba

Browse files
committed
Merge remote branch 'craue/patch-2'
* craue/patch-2: 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.
2 parents 1548a04 + f29a2b9 commit 4054cba

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: 40px;"></div>
3+
<div style="clear: both; height: 80px;"></div>
44
{% endif %}
55

66
<div class="sf-toolbarreset"

0 commit comments

Comments
 (0)
0