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