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}