Hide overflow on search suggestion thumbnails #7067

Merged
arschrier merged 1 commit from fix-search-thumbnail-overflow into master 2021-09-13 17:21:46 +02:00
Showing only changes of commit eb71acc0c0 - Show all commits

View file

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