CSS word-wrap: break-word don't work on IE9

前端 未结 9 1767
清酒与你
清酒与你 2021-01-07 17:23
9条回答
  •  没有蜡笔的小新
    2021-01-07 18:16

    i just figured out that word-wrap:break-word works only partially in IE8 and IE9. If I have a string of words with spaces, then that string gets wrapped. But if my string consists of one long word, it forces the parent/container element to expand according to its width

提交回复
热议问题