Skip to content

Commit

Permalink
wrap collectibles
Browse files Browse the repository at this point in the history
  • Loading branch information
attente committed Nov 5, 2024
1 parent c92a546 commit d62e32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CollectibleList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function CollectibleList({

return (
<>
<Box width="full" flexDirection="row" gap="4" marginBottom="8">
<Box width="full" flexDirection="row" flexWrap="wrap" gap="4" marginBottom="8">
{collectibles.map(collectibleInfo => (
<Box
key={
Expand Down

0 comments on commit d62e32b

Please sign in to comment.