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
+1 -1
View File
@@ -286,7 +286,7 @@ export const columns = [
header: () => t('table.feed.detail'),
enableSorting: false,
meta: {
class: 'min-w-0 overflow-hidden'
class: 'min-w-[240px] overflow-hidden'
},
cell: ({ row }) => {
const original = row.original;