8000
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 4c75826 + a 8000 3ce7ef commit 5aacb5eCopy full SHA for 5aacb5e
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 55A1 ' }}">
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