Remove border on selectbutton

pull/310/head
cagataycivici 2020-04-30 21:38:11 +03:00
parent ebf550f535
commit b2bcaac93f
1 changed files with 7 additions and 1 deletions

View File

@ -100,4 +100,10 @@ export default {
}
}
}
</script>
</script>
<style>
.p-buttonset .p-button:not(:last-child) {
border-right: 0 none;
}
</style>