Browse Source

Merge pull request #1723 from Gamaranto/fix-videos-on-search-view

Change Grid to use auto-fill by default
Bedeho Mender 4 years ago
parent
commit
89bfcb9452
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/shared/components/Grid/Grid.tsx

+ 1 - 1
src/shared/components/Grid/Grid.tsx

@@ -33,7 +33,7 @@ const Grid: React.FC<GridProps> = ({
   className,
   gap = spacing.xl,
   onResize,
-  repeat = 'fit',
+  repeat = 'fill',
   maxColumns = 6,
   minWidth = MIN_VIDEO_PREVIEW_WIDTH,
   ...props