Demo update

pull/310/head
cagataycivici 2020-04-30 15:25:56 +03:00
parent 1fc5262148
commit be63cc8337
2 changed files with 7 additions and 2 deletions

View File

@ -199,6 +199,7 @@ export default {
width: 100%;
}
}
.p-dropdown-car-option {
img {
vertical-align: middle;

View File

@ -168,6 +168,10 @@ export default {
}
</script>
<style scoped>
<style scoped lang="scss">
.p-filter-column {
.p-multiselect, .p-dropdown, .p-inputtext {
width: 100%;
}
}
</style>