Prechádzať zdrojové kódy

Fix overflowing carousel tiles (#1260)

Rafał Pawłow 3 rokov pred
rodič
commit
1b70237d7b
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  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;