Chips should wrap

pull/800/head
Cagatay Civici 2020-12-08 18:06:12 +03:00
parent 266b593938
commit 7495783c11
2 changed files with 2 additions and 0 deletions

View File

@ -539,6 +539,7 @@ export default {
overflow: hidden; overflow: hidden;
display: flex; display: flex;
align-items: center; align-items: center;
flex-wrap: wrap;
} }
.p-autocomplete-token { .p-autocomplete-token {

View File

@ -167,6 +167,7 @@ export default {
overflow: hidden; overflow: hidden;
display: flex; display: flex;
align-items: center; align-items: center;
flex-wrap: wrap;
} }
.p-chips-token { .p-chips-token {