Remove max size from msg field

This commit is contained in:
Mark Veidemanis 2022-08-30 15:41:55 +01:00
parent 0fc5943c8e
commit cc20c545dd
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@
</a>
</td>
{% elif column.name == 'msg' %}
<td class="{{ column.name }} wrap" style="max-width: 10em">
<td class="{{ column.name }} wrap">
<a
class="has-text-grey is-underlined"
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'