Skip to content

Commit afb9546

Browse files
committed
Restored the toolbar clearer element
1 parent 77a0311 commit afb9546

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
--sf-toolbar-green-900: #030404;
4747
}
4848

49+
.sf-toolbar-clearer {
50+
clear: both;
51+
height: 36px;
52+
}
53+
4954
.sf-toolbarreset *:not(svg rect) {
5055
box-sizing: content-box;
5156
vertical-align: baseline;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<div id="sfToolbarClearer-{{ token }}" class="sf-toolbar-clearer"></div>
12
<div id="sfToolbarMainContent-{{ token }}" class="sf-toolbarreset notranslate clear-fix" data-no-turbolink data-turbo="false">
23
{% for name, template in templates %}
34
{% if block('toolbar', template) is defined %}

0 commit comments

Comments
 (0)