Skip to content

Commit

Permalink
Enh: handle text overflow in NcSelect
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
  • Loading branch information
hamza221 committed Feb 29, 2024
1 parent 6f8f454 commit d63e7a2
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 d63e7a2

Please sign in to comment.