Fixed #231 - Display issues with Chips
parent
6254742751
commit
bbdb0af26d
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue