Skip to content

Commit

Permalink
Update MultiSelectDemo.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jun 17, 2021
1 parent c6f1310 commit e480bf4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/views/multiselect/MultiSelectDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default {

<style lang="scss" scoped>
.p-multiselect {
min-width: 15rem;
width: 18rem;
}
/deep/ .multiselect-custom {
Expand All @@ -101,4 +101,10 @@ export default {
}
}
}
@media screen and (max-width: 640px) {
.p-multiselect {
width: 100%;
}
}
</style>

0 comments on commit e480bf4

Please sign in to comment.