💄 Increase column width

This commit is contained in:
Luke Vella 2024-06-09 17:43:33 +01:00
parent 3fea1f836e
commit 34fa288069

View file

@ -44,7 +44,7 @@ export const usePollColumns = () => {
columnHelper.accessor("title", {
id: "title",
header: t("title"),
size: 250,
size: 400,
cell: ({ row }) => {
return (
<Link