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.
2 parents d0065fe + 78f1fde commit 46994a1Copy full SHA for 46994a1
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig
@@ -54,7 +54,7 @@
54
<tbody>
55
{% for trace in traces %}
56
<tr class="{{ trace.level == 1 ? 'status-warning' : trace.level == 2 ? 'status-success' }}">
57
- <td class="font-normal text-muted">{{ loop.index }}</td>
+ <td class="font-normal text-muted nowrap">{{ loop.index }}</td>
58
<td>{{ trace.name }}</td>
59
<td>{{ trace.path }}</td>
60
<td class="font-normal">
0 commit comments