diff --git a/apps/frontend/src/components/DashboardTable.tsx b/apps/frontend/src/components/DashboardTable.tsx index 988435c..2708e44 100644 --- a/apps/frontend/src/components/DashboardTable.tsx +++ b/apps/frontend/src/components/DashboardTable.tsx @@ -48,6 +48,8 @@ export default function DashboardTable({ table }: Props) { className="px-6 py-4 whitespace-nowrap text-sm text-black" style={{ maxWidth: `${cell.column.columnDef.maxSize}px`, + whiteSpace: "normal", + wordWrap: "break-word", }} > {flexRender(cell.column.columnDef.cell, cell.getContext())}