sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.63k stars 1.34k forks source link

Long title word-break styling #1752

Open SE-Designs opened 1 year ago

SE-Designs commented 1 year ago

Please respect maintainers time by filling in these sections. Your issue will likely be closed without this information.

Describe the bug When writing long item title (about 50 symbols) it seems that there is no styles for

Solution

.vs__selected-options {
  word-break: break-all;
}

image

Screenshots image

brianwawok commented 1 year ago

This fix is still "broken" for me, in that my text box goes to 3ish rows wide I want to "cut off" any extra text on this input