Преглед изворни кода

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;