fix(multiSelect): addon name overflow

This commit is contained in:
Timothy Z. 2024-11-27 14:57:41 +02:00
parent efc2667c1d
commit d3a98fbdd3
2 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,9 @@
max-height: 2.4em;
font-weight: 500;
color: var(--primary-foreground-color);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.icon {

View file

@ -108,7 +108,6 @@
.select-input-container {
min-width: 40%;
flex: 0 0 auto;
flex-grow: 1;
background: none;