fix(portal): Change groups table column widths (#7089)

This commit is contained in:
Andrew Dryga
2024-10-18 13:29:08 -06:00
committed by GitHub
parent ce1e59c9fe
commit 0452273a16

View File

@@ -73,7 +73,7 @@ defmodule Web.Groups.Index do
ordered_by={@order_by_table_id["groups"]}
metadata={@groups_metadata}
>
<:col :let={group} field={{:groups, :name}} label="name" class="w-2/4">
<:col :let={group} field={{:groups, :name}} label="name" class="w-3/12">
<.group account={@account} group={group} />
<span :if={Actors.group_deleted?(group)} class="text-xs text-neutral-100">
@@ -103,7 +103,7 @@ defmodule Web.Groups.Index do
</:tail>
</.peek>
</:col>
<:col :let={group} field={{:groups, :inserted_at}} label="Created">
<:col :let={group} field={{:groups, :inserted_at}} label="Created" class="w-2/12">
<.relative_datetime datetime={group.inserted_at} />
</:col>
<:empty>