mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-02 11:46:03 +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", {
|
||||
id: "title",
|
||||
header: t("title"),
|
||||
size: 250,
|
||||
size: 400,
|
||||
cell: ({ row }) => {
|
||||
return (
|
||||
<Link
|
||||
|
|
Loading…
Add table
Reference in a new issue