hotfix .selector-dropdown label text overflow

This commit is contained in:
Timothée Goguely 2025-10-01 16:23:08 +02:00
parent efb43c1b9a
commit 76b67e4756

View file

@ -279,7 +279,7 @@ function getFrontViewUrl(item) {
cursor: pointer;
}
[role='combobox'] p,
.selector-dropdown [data-pc-section='label'] {
.selector-dropdown [data-pc-section="labelcontainer"] > [data-pc-section='label'] {
max-height: 1lh;
overflow: hidden;
text-overflow: ellipsis;