Remove max size from msg field
This commit is contained in:
parent
0fc5943c8e
commit
cc20c545dd
|
@ -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…
Reference in New Issue