This commit is contained in:
pa
2026-01-07 17:00:11 +09:00
committed by Natsumi
parent 6cfefb50ab
commit 02e221e307
12 changed files with 43 additions and 61 deletions

View File

@@ -147,7 +147,7 @@ export const createColumns = ({
minSize: 200,
enableSorting: false,
meta: {
class: 'min-w-[200px]'
class: 'w-[200px]'
},
cell: ({ row }) => {
const userRef = row.original?.ref;