Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2735346

Browse files
committed
Fixed a minor markup error that broke the toolbar
1 parent 64b8f38 commit 2735346

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@
8989
margin-left: 0;
9090
margin-right: 0;
9191
}
92+
.sf-toolbar-block-config svg {
93+
padding-right: 4px;
94+
}
9295
.sf-toolbar-block-time {
9396
margin-right: 0;
9497
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="sf-toolbar-block sf-toolbar-block-{{ name }} sf-toolbar-status-{{ status|default('normal') }}">
2-
{% if link %}<a href="{{ path('_profiler', { token: token, panel: name }) }}"{% endif %}
2+
{% if link %}<a href="{{ path('_profiler', { token: token, panel: name }) }}">{% endif %}
33
<div class="sf-toolbar-icon">{{ icon|default('') }}</div>
44
<div class="sf-toolbar-info">{{ text|default('') }}</div>
55
{% if link %}</a>{% endif %}

0 commit comments

Comments
 (0)