Skip to content

Commit

Permalink
chore: adjust cell sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
DeutscherDude committed Aug 25, 2024
1 parent 34e0726 commit d7585a0
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,12 @@ export const imageTableColumns: ColumnDef<Resource>[] = [
const rowModel = table.getRowModel();

return (
<PopupGallery
previewResourceIndex={row.index}
resources={rowModel.rows.map((row) => row.original)}
/>
<div className="w-full flex items-center justify-center">
<PopupGallery
previewResourceIndex={row.index}
resources={rowModel.rows.map((row) => row.original)}
/>
</div>
);
},
},
Expand Down

0 comments on commit d7585a0

Please sign in to comment.