mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Guilds & Characters: Use CSS word-break: break-all instead of PHP wordwrap
Suggested by @anyeor
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<table style="width:100%;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<td style="word-break: break-all">
|
||||
<div id="GuildInformationContainer">
|
||||
{% if descriptions is not empty %}
|
||||
{{ description }}
|
||||
|
Reference in New Issue
Block a user