Skip to content

Commit

Permalink
Fixed #231 - Display issues with Chips
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Mar 16, 2020
1 parent 6254742 commit bbdb0af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/chips/Chips.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ export default {
</script>

<style>
.p-chips {
display: inline-block;
}
.p-chips > ul.p-inputtext {
clear: left;
cursor: text;
Expand Down Expand Up @@ -148,4 +152,8 @@ export default {
-webkit-border-radius: 0;
border-radius: 0;
}
.p-fluid .p-chips {
display: block;
}
</style>

0 comments on commit bbdb0af

Please sign in to comment.