Remove max size from msg field

Mark Veidemanis 2 years ago
parent 0fc5943c8e
commit cc20c545dd
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -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 }}"}'

Loading…
Cancel
Save