Skip to content

Commit

Permalink
Merge pull request #5325 from nextcloud-libraries/enh/text-overflow-n…
Browse files Browse the repository at this point in the history
…cselect

Enh: handle text overflow in NcSelect
  • Loading branch information
susnux committed Feb 29, 2024
2 parents fb38056 + d63e7a2 commit 74b28c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/NcSelect/NcSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,10 @@ body {
border: none;
}
.vs__search {
text-overflow: ellipsis;
}
.vs__search, .vs__search:focus {
margin: 2px 0 0;
}
Expand Down

0 comments on commit 74b28c3

Please sign in to comment.