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

@@ -139,9 +139,9 @@ export const createColumns = ({ getCreatedAt, onDelete, onDeletePrompt }) => {
id: 'detail',
header: () => t('table.gameLog.detail'),
enableSorting: false,
meta: {
class: 'min-w-0 overflow-hidden'
},
meta: {
class: 'min-w-[240px] overflow-hidden'
},
cell: ({ row }) => {
const original = row.original;
if (original.type === 'Location') {