init
All checks were successful
Deploy / build (push) Successful in 46s

This commit is contained in:
alsaze 2025-11-19 21:48:58 +03:00
parent 0276394b0c
commit 274ea48dbf

View File

@ -80,7 +80,7 @@ const columns = [
text: info.getValue(), text: info.getValue(),
}), }),
meta: { meta: {
width: 'minmax(220px, 1fr)', width: 'minmax(215px, 1fr)',
}, },
}), }),
] as ColumnDef<TablePost>[] ] as ColumnDef<TablePost>[]