Skip to content

Commit

Permalink
fix(listbox-button): removed truncation (eBay#2229)
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga authored Dec 12, 2023
1 parent 78b2076 commit f4b5df1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions dist/listbox-button/listbox-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ div.listbox-button__option--active[role="option"] {
font-weight: bold;
}
span.listbox-button__value {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 1 0 auto;
}
.listbox-button__options:focus:not(:focus-visible) {
Expand Down
2 changes: 0 additions & 2 deletions src/less/listbox-button/listbox-button.less
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ div.listbox-button__option--active[role="option"] {
}

span.listbox-button__value {
.truncate();

flex: 1 0 auto;
}

Expand Down

0 comments on commit f4b5df1

Please sign in to comment.