hotfix .selector-dropdown label text overflow
This commit is contained in:
parent
efb43c1b9a
commit
76b67e4756
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ function getFrontViewUrl(item) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
[role='combobox'] p,
|
[role='combobox'] p,
|
||||||
.selector-dropdown [data-pc-section='label'] {
|
.selector-dropdown [data-pc-section="labelcontainer"] > [data-pc-section='label'] {
|
||||||
max-height: 1lh;
|
max-height: 1lh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue