Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 78f1fde

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.