update: changes to the dashboard table component

This commit is contained in:
falendikategar 2024-10-08 10:02:46 +07:00
parent 046def0ae4
commit 630415f91b

View File

@ -48,6 +48,8 @@ export default function DashboardTable<T>({ table }: Props<T>) {
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())}