File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 74
74
{% endif %}
75
75
76
76
<tr >
77
- <td class =" text-right" >{{ listener .priority | default (' -' ) }}</td >
77
+ <td class =" text-right nowrap " >{{ listener .priority | default (' -' ) }}</td >
78
78
<td class =" font-normal" >
79
79
{% if listener .type == ' Closure' %}
80
80
Original file line number Diff line number Diff line change 168
168
<tbody >
169
169
{% for message in messages %}
170
170
<tr >
171
- <td class =" font-normal text-small" >{{ message .locale }}</td >
171
+ <td class =" font-normal text-small nowrap " >{{ message .locale }}</td >
172
172
<td class =" font-normal text-small text-bold nowrap" >{{ message .domain }}</td >
173
- <td class =" font-normal text-small" >{{ message .count }}</td >
173
+ <td class =" font-normal text-small nowrap " >{{ message .count }}</td >
174
174
<td >
175
175
<span class =" nowrap" >{{ message .id }}</span >
176
176
Original file line number Diff line number Diff line change @@ -174,10 +174,6 @@ table tbody td {
174
174
border-width: 1px 0;
175
175
}
176
176
177
- table tbody td {
178
- {{ mixins .break_long_words | raw }}
179
- }
180
-
181
177
table tbody div {
182
178
margin: .25em 0;
183
179
}
Original file line number Diff line number Diff line change 55
55
{% for trace in traces %}
56
56
<tr class =" {{ trace .level == 1 ? ' status-warning' : trace .level == 2 ? ' status-success' }}" >
57
57
<td class =" font-normal text-muted nowrap" >{{ loop .index }}</td >
58
- <td >{{ trace .name }}</td >
59
- <td >{{ trace .path }}</td >
58
+ <td class = " break-long-words " >{{ trace .name }}</td >
59
+ <td class = " break-long-words " >{{ trace .path }}</td >
60
60
<td class =" font-normal" >
61
61
{% if trace .level == 1 %}
62
62
Path almost matches, but
You can’t perform that action at this time.
0 commit comments