mirror of https://github.com/zulip/zulip.git
search pills: Expand group DM pill vertically when it overflows.
This commit is contained in:
parent
9c45e43706
commit
4280524904
|
@ -243,6 +243,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.focused .user-pill-container {
|
||||||
|
flex-flow: row wrap;
|
||||||
|
height: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.user-pill-container {
|
.user-pill-container {
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue