I am using select2 with bootstrap 3 theme and the select2 element overflow container if option with long text is selected and width of element is 100%.
This happens only in Mozilla Firefox!!
I create an example
.select2-container {
width: 100% !important;
}
This is the code which affect on element overflow
span.select2-selection__rendered {
white-space: nowrap;
}