File tree 2 files changed +6
-3
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 169
169
{% for message in messages %}
170
170
<tr >
171
171
<td class =" font-normal text-small" >{{ message .locale }}</td >
172
- <td class =" font-normal text-small text-bold" >{{ message .domain }}</td >
172
+ <td class =" font-normal text-small text-bold nowrap " >{{ message .domain }}</td >
173
173
<td class =" font-normal text-small" >{{ message .count }}</td >
174
174
<td >
175
- {{ message .id }}
175
+ < span class = " nowrap " > {{ message .id }}</ span >
176
176
177
177
{% if message .transChoiceNumber is not null %}
178
178
<small class =" newline" >(pluralization is used)</small >
189
189
</div >
190
190
{% endif %}
191
191
</td >
192
- <td >{{ message .translation }}</td >
192
+ <td class = " prewrap " >{{ message .translation }}</td >
193
193
</tr >
194
194
{% endfor %}
195
195
</tbody >
Original file line number Diff line number Diff line change @@ -197,6 +197,9 @@ table tbody ul {
197
197
.nowrap {
198
198
white-space: pre;
199
199
}
200
+ .prewrap {
201
+ white-space: pre-wrap;
202
+ }
200
203
.newline {
201
204
display: block;
202
205
}
You can’t perform that action at this time.
0 commit comments