From da2eec0c399a7fa3c07407f0663dc3386934efad Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Fri, 13 Dec 2024 09:09:54 -0800 Subject: [PATCH] Added fancy new CSS to my sources table --- .../controllers/sources/source_live/index_table_live.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pinchflat_web/controllers/sources/source_live/index_table_live.html.heex b/lib/pinchflat_web/controllers/sources/source_live/index_table_live.html.heex index 4d87655..254b5fa 100644 --- a/lib/pinchflat_web/controllers/sources/source_live/index_table_live.html.heex +++ b/lib/pinchflat_web/controllers/sources/source_live/index_table_live.html.heex @@ -1,6 +1,6 @@
<.table rows={@sources} table_class="text-white" sort_key={@sort_key} sort_direction={@sort_direction}> - <:col :let={source} label="Name" sort_key="custom_name"> + <:col :let={source} label="Name" sort_key="custom_name" class="truncate max-w-xs"> <.subtle_link href={~p"/sources/#{source.id}"}> {source.custom_name}