Skip to content

Commit

Permalink
Fixed #11957 - Chips | Clear icon is not visible with long text content
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Sep 21, 2022
1 parent 0721a02 commit 27d2089
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/components/chips/chips.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
display: inline-flex;
align-items: center;
flex: 0 0 auto;
max-width: 100%;
}

.p-chips-token-label {
min-width: 0%;
overflow: auto;
}

.p-chips-token-label::-webkit-scrollbar {
display: none;
}

.p-chips-input-token {
Expand Down

0 comments on commit 27d2089

Please sign in to comment.