mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-28 22:26:51 +01:00
Guilds & Characters: Use CSS word-break: break-all instead of PHP wordwrap
Suggested by @anyeor
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