Skip to content

Commit

Permalink
kesken
Browse files Browse the repository at this point in the history
  • Loading branch information
jyhein committed Oct 14, 2024
1 parent 802075d commit be1d77c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Form/fields/FieldBaseAutosuggest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,12 @@ export default {
background: @primary;
transition: width 0.3s;
}
& ul li {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
.autosuggest__results-item--highlighted {
Expand Down

0 comments on commit be1d77c

Please sign in to comment.