Fixed #231 - Display issues with Chips

pull/256/head
cagataycivici 2020-03-16 19:15:16 +03:00
parent 6254742751
commit bbdb0af26d
1 changed files with 8 additions and 0 deletions

View File

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