8000 [WebProfilerBundle] Eliminate line wrap on count columnt (routing) · ostrolucky/symfony@78f1fde · GitHub
[go: up one dir, main page]

Skip to content

Commit 78f1fde

Browse files
committed
[WebProfilerBundle] Eliminate line wrap on count columnt (routing)
1 parent f5a7ad8 commit 78f1fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<tbody>
5555
{% for trace in traces %}
5656
<tr class="{{ trace.level == 1 ? 'status-warning' : trace.level == 2 ? 'status-success' }}">
57-
<td class="font-normal text-muted">{{ loop.index }}</td>
57+
<td class="font-normal text-muted nowrap">{{ loop.index }}</td>
5858
<td>{{ trace.name }}</td>
5959
<td>{{ trace.path }}</td>
6060
<td class="font-normal">

0 commit comments

Comments
 (0)
0