Skip to content

Commit

Permalink
Improved #9602 to wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 8, 2020
1 parent 0cc95aa commit 6f94dce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/autocomplete/autocomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@
padding: 0;
list-style-type: none;
cursor: text;
overflow: auto;
overflow: hidden;
display: flex;
align-items: center;
flex-wrap: wrap;
}

.p-autocomplete-token {
Expand Down
1 change: 1 addition & 0 deletions src/app/components/chips/chips.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
overflow: hidden;
display: flex;
align-items: center;
flex-wrap: wrap;
}

.p-chips-token {
Expand Down

0 comments on commit 6f94dce

Please sign in to comment.