Closed JacoFourie closed 6 years ago
I found this fix. How do I get the CSS to work with the plug-in ? https://github.com/select2/select2/issues/4585
OK I got it working.
I added this CSS to the page in-line and now it wrapps
.select2-container .select2-selection--multiple .select2-selection__choice {
max-width: 100%;
box-sizing: border-box;
white-space: normal;
word-wrap: break-word;
}
Hi. Is there a way to have the text wrap like in the dropdown ? It is now extending past the page item.
In the dropdown it is correct