Is there anyway to fix this? Ie11 only wants to display select menu's on one line which if fine....until the dropdowns get large.
In chrome, it behaves correctly.
but in ie it is displaying like a white-space:nowrap;
has been applied.
The only css that is being applied to the element is width:100%;
I have tried
white-space:normal; //all variations
overflow-wrap: normal; //all variations
word-wrap: break-word; //all variations
white-space: pre-wrap; //all variations
all separately, together or any combination.
Is there anyway to fix this and not go insane?