Skip to content

Commit

Permalink
🐛 fix grid list style error
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmclin2 committed Apr 14, 2024
1 parent a7d9a4d commit fef8b07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/GridList/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ export const useStyles = createStyles(({ css }) => ({
grid-template-columns: repeat(auto-fill, ${LIST_GRID_WIDTH}px);
grid-template-rows: repeat(auto-fill, ${LIST_GRID_HEIGHT}px);
justify-items: center;
height: 100%;
`,
}));

0 comments on commit fef8b07

Please sign in to comment.