2

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.

chrome

but in ie it is displaying like a white-space:nowrap; has been applied.

ie

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?

j08691
  • 204,283
  • 31
  • 260
  • 272
zazvorniki
  • 3,512
  • 21
  • 74
  • 122

0 Answers0