mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
search_pills: Correct multi-user DM pill container height.
This commit is contained in:
@@ -251,7 +251,11 @@
|
||||
}
|
||||
|
||||
.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 {
|
||||
min-width: fit-content;
|
||||
|
||||
Reference in New Issue
Block a user