fix .selector-dropdown label text overflow
This commit is contained in:
parent
4d09006fce
commit
efb43c1b9a
1 changed files with 2 additions and 1 deletions
|
|
@ -278,7 +278,8 @@ function getFrontViewUrl(item) {
|
|||
padding: 1.875rem var(--space-48) var(--space-8) var(--space-64);
|
||||
cursor: pointer;
|
||||
}
|
||||
[role='combobox'] p {
|
||||
[role='combobox'] p,
|
||||
.selector-dropdown [data-pc-section='label'] {
|
||||
max-height: 1lh;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue