How to force table cell content to wrap?

前端 未结 9 1917
渐次进展
渐次进展 2020-11-28 01:59

Heres the entire page * wrappable is defined in a main.css file

/* Wrappable cell
* Add this class to make sure the text in a cell will wrap.
* By default, d         


        
9条回答
  •  失恋的感觉
    2020-11-28 02:27

    This is another way of tackling the problem if you have long strings (like file path names) and you only want to break the strings on certain characters (like slashes). You can insert Unicode Zero Width Space characters just before (or after) the slashes in the HTML.

提交回复
热议问题