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

@@ -44,7 +44,7 @@
<img src="images/guilds/{{ guild.logo }}" width="64" height="64">
</td>
<td>
<td style="word-break: break-all">
<span{% if guild.description is not empty %} valign="top"{% endif %}>
<b>{{ guild.name }}</b>{% if isAdmin %}<a href="?subtopic=guilds&action=delete_by_admin&guild={{ guild.name }}"> - Delete this guild (for ADMIN only!)</a>{% endif %}
</span>