From eb71acc0c0c5183439684369055807503dde9d54 Mon Sep 17 00:00:00 2001 From: Alexander Schrier Date: Sun, 12 Sep 2021 18:30:50 -0500 Subject: [PATCH] Hide overflow on search suggestion thumbnails --- ui/scss/component/_wunderbar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scss/component/_wunderbar.scss b/ui/scss/component/_wunderbar.scss index 5ba2113d2..6d88871da 100644 --- a/ui/scss/component/_wunderbar.scss +++ b/ui/scss/component/_wunderbar.scss @@ -142,6 +142,7 @@ .media__thumb { flex-shrink: 0; + overflow: hidden; $width: 5rem; @include handleClaimListGifThumbnail($width); width: $width; -- 2.45.3