From 0452273a16a775cf68df23030c4a307a270e7b5d Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Fri, 18 Oct 2024 13:29:08 -0600 Subject: [PATCH] fix(portal): Change groups table column widths (#7089) --- elixir/apps/web/lib/web/live/groups/index.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elixir/apps/web/lib/web/live/groups/index.ex b/elixir/apps/web/lib/web/live/groups/index.ex index ed10d57e5..1ba614516 100644 --- a/elixir/apps/web/lib/web/live/groups/index.ex +++ b/elixir/apps/web/lib/web/live/groups/index.ex @@ -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} /> @@ -103,7 +103,7 @@ defmodule Web.Groups.Index do - <: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} /> <:empty>