crop combobox overlfowing text

This commit is contained in:
Timothée Goguely 2025-06-06 11:29:53 +02:00
parent a6238199e5
commit ce2b3dbe59

View file

@ -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 {