Skip to content

Commit

Permalink
fix select styles
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMosin committed Nov 11, 2024
1 parent 79fdf10 commit 1cadc73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/PsSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ const selectedLabel = computed(() => {
padding-bottom: 0;
}
.ps-nc-select-internal.v-select >>> .vs__search {
height: 32px !important;
margin: 0;
}
.ps-nc-select-internal.v-select >>> .vs__selected {
margin-top: 0;
}
Expand Down

0 comments on commit 1cadc73

Please sign in to comment.