mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-04 04:36:04 +02:00
💄 Increase column width
This commit is contained in:
parent
3fea1f836e
commit
34fa288069
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export const usePollColumns = () => {
|
||||||
columnHelper.accessor("title", {
|
columnHelper.accessor("title", {
|
||||||
id: "title",
|
id: "title",
|
||||||
header: t("title"),
|
header: t("title"),
|
||||||
size: 250,
|
size: 400,
|
||||||
cell: ({ row }) => {
|
cell: ({ row }) => {
|
||||||
return (
|
return (
|
||||||
<Link
|
<Link
|
||||||
|
|
Loading…
Add table
Reference in a new issue