mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
search pills: Prevent overflow for very long pills.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user