search pills: Prevent overflow for very long pills.

This commit is contained in:
evykassirer
2024-07-10 15:26:58 -07:00
committed by Tim Abbott
parent dc1fb85cf0
commit 7cb00d171e
2 changed files with 9 additions and 2 deletions

View File

@@ -35,6 +35,7 @@
.pill-image {
height: var(--length-input-pill-image);
width: var(--length-input-pill-image);
min-width: var(--length-input-pill-image);
border-radius: 4px 0 0 4px;
}