Skip to content

Commit

Permalink
fix: Catalog column sizing (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm authored Dec 11, 2024
1 parent 3afb213 commit 15e14e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/components/catalog/CatalogsGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function CatalogsGrid({
css={{
display: 'grid',
gap: theme.spacing.medium,
gridTemplateColumns: 'repeat(auto-fit, minmax(256px, 1fr))',
gridTemplateColumns: 'repeat(auto-fill, minmax(256px, 1fr))',
flexGrow: 1,
overflowY: 'auto',
paddingBottom: theme.spacing.large,
Expand Down

0 comments on commit 15e14e0

Please sign in to comment.