Skip to content

Commit

Permalink
Chips should wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 8, 2020
1 parent 266b593 commit 7495783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/autocomplete/AutoComplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ export default {
overflow: hidden;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.p-autocomplete-token {
Expand Down
1 change: 1 addition & 0 deletions src/components/chips/Chips.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export default {
overflow: hidden;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.p-chips-token {
Expand Down

0 comments on commit 7495783

Please sign in to comment.