소스 검색

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;