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.
1 parent e3d90db commit cd2fae6Copy full SHA for cd2fae6
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/translation.html.twig
@@ -172,7 +172,7 @@
172
<td class="font-normal text-small text-bold">{{ message.domain }}</td>
173
<td class="font-normal text-small">{{ message.count }}</td>
174
<td>
175
- {{ message.id }}
+ <span class="nowrap">{{ message.id }}</span>
176
177
{% if message.transChoiceNumber is not null %}
178
<small class="newline">(pluralization is used)</small>
@@ -189,7 +189,7 @@
189
</div>
190
{% endif %}
191
</td>
192
- <td>{{ message.translation }}</td>
+ <td class="nowrap">{{ message.translation }}</td>
193
</tr>
194
{% endfor %}
195
</tbody>
0 commit comments