From 4280524904a0d0f671ea5ebaf4ce74017708762e Mon Sep 17 00:00:00 2001 From: evykassirer Date: Wed, 10 Jul 2024 16:44:21 -0700 Subject: [PATCH] search pills: Expand group DM pill vertically when it overflows. --- web/styles/search.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/styles/search.css b/web/styles/search.css index b91faca5f6..ea5a58160f 100644 --- a/web/styles/search.css +++ b/web/styles/search.css @@ -243,6 +243,11 @@ } } + &.focused .user-pill-container { + flex-flow: row wrap; + height: unset; + } + .user-pill-container { gap: 5px;