Remove max size from msg field

This commit is contained in:
2022-08-30 15:41:55 +01:00
parent 0fc5943c8e
commit cc20c545dd

View File

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