在ie11中选择的词包装

时间:2018-05-25 14:46:35

标签: css internet-explorer-11

有没有解决这个问题? Ie11只想在一行显示选择菜单,如果正常......直到下拉菜单变大。

在chrome中,它的行为正确。

chrome

但是它显示的内容类似于white-space:nowrap;已被应用。

ie

唯一应用于该元素的css是width:100%;

我试过了

white-space:normal; //all variations
overflow-wrap: normal; //all variations
word-wrap: break-word; //all variations
white-space: pre-wrap; //all variations

所有单独,一起或任何组合。

无论如何要解决这个问题而不是疯了吗?

0 个答案:

没有答案