rkit / react-select2-wrapper

Wrapper for Select2
MIT License
163 stars 97 forks source link

When Selected Item Text is too long, not hide extra Word #50

Closed gebin closed 7 years ago

gebin commented 8 years ago

.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

image

rkit commented 7 years ago

Sorry for the delay, but this issue not related to this component, you should look at CSS styles.