crop combobox overlfowing text
This commit is contained in:
parent
a6238199e5
commit
ce2b3dbe59
1 changed files with 6 additions and 0 deletions
|
|
@ -158,6 +158,12 @@ function getFrontViewUrl(item) {
|
|||
padding: 1.875rem var(--space-48) var(--space-8) var(--space-64);
|
||||
cursor: pointer;
|
||||
}
|
||||
[role='combobox'] p {
|
||||
max-height: 1lh;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Icon */
|
||||
#selector-select svg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue