Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
Showing only changes of commit 630415f91b - Show all commits

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" className="px-6 py-4 whitespace-nowrap text-sm text-black"
style={{ style={{
maxWidth: `${cell.column.columnDef.maxSize}px`, maxWidth: `${cell.column.columnDef.maxSize}px`,
whiteSpace: "normal",
wordWrap: "break-word",
}} }}
> >
{flexRender(cell.column.columnDef.cell, cell.getContext())} {flexRender(cell.column.columnDef.cell, cell.getContext())}