Skip to content

Commit

Permalink
Merge pull request #4817 from nextcloud-libraries/enh/4816/fix-single…
Browse files Browse the repository at this point in the history
…-select

fix single-select design
  • Loading branch information
szaimen authored Nov 14, 2023
2 parents ccd16cb + 07d287d commit 96e3bc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/NcSelect/NcSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,9 @@ body {
.vs__selected-options {
flex-wrap: nowrap;
}
.vs__selected {
background: unset !important;
}
}
}

Expand Down

0 comments on commit 96e3bc8

Please sign in to comment.