Fixed #231 - Display issues with Chips
parent
6254742751
commit
bbdb0af26d
|
@ -89,6 +89,10 @@ export default {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.p-chips {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.p-chips > ul.p-inputtext {
|
||||
clear: left;
|
||||
cursor: text;
|
||||
|
@ -148,4 +152,8 @@ export default {
|
|||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.p-fluid .p-chips {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue