Hide overflow on search suggestion thumbnails (#7067)

This commit is contained in:
Alexander Schrier 2021-09-13 10:21:46 -05:00 committed by GitHub
parent 40ed8059b7
commit 67d9f3907f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,7 @@
.media__thumb {
flex-shrink: 0;
overflow: hidden;
$width: 5rem;
@include handleClaimListGifThumbnail($width);
width: $width;