search_pills: Correct multi-user DM pill container height.

This commit is contained in:
Karl Stolley
2024-07-19 11:42:15 -04:00
committed by Tim Abbott
parent c6e9173297
commit fa7592e9a1

View File

@@ -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;