How to break long words in a table td?

后端 未结 4 1056
别跟我提以往
别跟我提以往 2021-02-04 05:12

This is what I have:

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-04 05:55

    All you need is

    word-break:break-all

    This works in Chrome 4+, IE 5.5+, FF 15+, Safari 3.1+, and Opera 15+

提交回复
热议问题