search: Fix some overflow issues for dm pill operand.

This commit is contained in:
Evy Kassirer
2025-09-30 11:33:25 -07:00
committed by Tim Abbott
parent 5e33f21af8
commit 235dfa5280

View File

@@ -215,6 +215,15 @@
}
}
/* for both input container and search suggestions */
.user-pill-container {
> .pill-label {
min-width: fit-content;
white-space: nowrap;
width: fit-content;
}
}
#searchbox-input-container {
display: grid;
/* The next two styles override .input-append style from app_components.js */
@@ -279,9 +288,6 @@
}
> .pill-label {
min-width: fit-content;
white-space: nowrap;
width: fit-content;
/* Replaced by the 5px gap. */
margin-right: 0;
/* Don't inherit large line-height for user pill labels. */