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 f5a7ad8 commit 78f1fdeCopy full SHA for 78f1fde
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