mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
search_pills: Correct multi-user DM pill container height.
This commit is contained in:
@@ -251,7 +251,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.user-pill-container {
|
.user-pill-container {
|
||||||
gap: 5px;
|
gap: 2px 5px;
|
||||||
|
/* Don't enforce a height, as user-pill containers
|
||||||
|
can contain multiple user pills that wrap onto
|
||||||
|
new lines. */
|
||||||
|
height: unset;
|
||||||
|
|
||||||
> .pill-label {
|
> .pill-label {
|
||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
|
|||||||
Reference in New Issue
Block a user