Use word-break: break-all in guilds description + character comment

This commit is contained in:
slawkens
2024-02-16 20:39:40 +01:00
parent 7469be6efb
commit 191ad25eb2
6 changed files with 8 additions and 8 deletions

View File

@@ -142,7 +142,7 @@
{% set rows = rows + 1 %}
<tr bgcolor="{{ getStyle(rows) }}">
<td valign="top">Comment:</td>
<td>{{ comment|raw }}</td>
<td style="word-break: break-all">{{ comment|raw }}</td>
</tr>
{% endif %}