mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-06 01:26:50 +01:00
Use word-break: break-all in guilds description + character comment
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user