Skip to content

Commit

Permalink
Merge pull request #4216 from nextcloud/backport/4212/stable7
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal committed Jun 14, 2023
2 parents 1aabee7 + 4bc4694 commit 567c9c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/NcSelect/NcSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,13 @@ body {
border-color: var(--color-primary-element);
}
&.vs--disabled {
.vs__clear,
.vs__deselect {
display: none;
}
}
&--no-wrap {
.vs__selected-options {
flex-wrap: nowrap;
Expand Down

0 comments on commit 567c9c0

Please sign in to comment.