浏览代码

Fix overflowing carousel tiles (#1260)

Rafał Pawłow 3 年之前
父节点
当前提交
1b70237d7b
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/components/VideoGallery.tsx

+ 0 - 2
src/components/VideoGallery.tsx

@@ -127,8 +127,6 @@ export const VideoGallery: React.FC<VideoGalleryProps> = ({
 }
 
 const StyledVideoTile = styled(VideoTile)`
-  flex-shrink: 0;
-
   ${AvatarContainer} {
     display: none;