mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(multiSelect): addon name overflow
This commit is contained in:
parent
efc2667c1d
commit
d3a98fbdd3
2 changed files with 3 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -108,7 +108,6 @@
|
|||
|
||||
.select-input-container {
|
||||
min-width: 40%;
|
||||
flex: 0 0 auto;
|
||||
flex-grow: 1;
|
||||
background: none;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue