update: changes to the dashboard table component
This commit is contained in:
parent
046def0ae4
commit
630415f91b
|
|
@ -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())}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user