Properly wrap message elements

This commit is contained in:
2022-08-02 22:22:22 +01:00
parent 1ed7f6a24c
commit f52d01d6f7
2 changed files with 8 additions and 32 deletions

View File

@@ -89,7 +89,7 @@
<p>{{ item.date }}</p>
<p>{{ item.time }}</p>
</td>
<td style="max-width: 10em">{{ item.msg }}</td>
<td style="max-width: 10em" class="wrap">{{ item.msg }}</td>
<td>{{ item.host }}</td>
<td>
{% if item.online is True %}