Remove collapsible flag from column to fix mobile display

This commit is contained in:
Matthew Wild
2024-01-09 14:52:43 +00:00
parent 97198a1da4
commit 393b30cf5c
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@
<tbody>
{%- for chat in circle_chats -%}
<tr>
<td class="collapsible">{% call value_or_hint(chat.name) %}{% endcall %}</td>
<td>{% call value_or_hint(chat.name) %}{% endcall %}</td>
<td class="nowrap">
{%- call custom_form_button("delete", form.action_remove_group_chat.name, chat.id_, class="primary danger", slim=True) -%}
{% trans name=chat.name %}Delete group chat '{{ name }}'{% endtrans %}