We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a0311 commit afb9546Copy full SHA for afb9546
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
@@ -46,6 +46,11 @@
46
--sf-toolbar-green-900: #030404;
47
}
48
49
+.sf-toolbar-clearer {
50
+ clear: both;
51
+ height: 36px;
52
+}
53
+
54
.sf-toolbarreset *:not(svg rect) {
55
box-sizing: content-box;
56
vertical-align: baseline;
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig
@@ -1,3 +1,4 @@
1
+<div id="sfToolbarClearer-{{ token }}" class="sf-toolbar-clearer"></div>
2
<div id="sfToolbarMainContent-{{ token }}" class="sf-toolbarreset notranslate clear-fix" data-no-turbolink data-turbo="false">
3
{% for name, template in templates %}
4
{% if block('toolbar', template) is defined %}
0 commit comments