search pills: Expand group DM pill vertically when it overflows.

This commit is contained in:
evykassirer 2024-07-10 16:44:21 -07:00 committed by Tim Abbott
parent 9c45e43706
commit 4280524904
1 changed files with 5 additions and 0 deletions

View File

@ -243,6 +243,11 @@
} }
} }
&.focused .user-pill-container {
flex-flow: row wrap;
height: unset;
}
.user-pill-container { .user-pill-container {
gap: 5px; gap: 5px;