bootstrap responsive table content wrapping

前端 未结 10 1785
南旧
南旧 2020-12-24 11:10

I have HTML similar to this:

    
10条回答
  •  离开以前
    2020-12-24 11:37

    The UberNeo response is Ok and i like it because you do not have to modify anything else except the TD. The only point is that you also have to add "white-space:normal" to the style in order to maintain the responsive characteristics of the table, if not, at certain resolutions the wrap is not made and the scroll of the table does not appear.

    style="word-wrap: break-word;min-width: 160px;max-width: 160px;white-space:normal;"
    

提交回复
热议问题