diff --git a/frontend/src/features/list/components/TableSection.tsx b/frontend/src/features/list/components/TableSection.tsx index 76d276b..5676c0c 100644 --- a/frontend/src/features/list/components/TableSection.tsx +++ b/frontend/src/features/list/components/TableSection.tsx @@ -15,7 +15,7 @@ export function TableSection({ items, selectedId, isLoading, onItemClick }: Tabl return (
- +
{COLUMNS.map((col) => ( @@ -50,7 +50,7 @@ export function TableSection({ items, selectedId, isLoading, onItemClick }: Tabl key={col.key} className={cn( col.width, - 'px-4 border-b border-border overflow-hidden text-ellipsis whitespace-nowrap', + 'px-4 border-b border-border whitespace-nowrap', col.align, )} >