I have HTML similar to this:
10条回答 臣服心动 (楼主) 2020-12-24 11:39 So you can use the following : td { white-space: normal !important; // To consider whitespace. } If this doesn't work: td { white-space: normal !important; word-wrap: break-word; } table { table-layout: fixed; } 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
So you can use the following :
td { white-space: normal !important; // To consider whitespace. }
If this doesn't work:
td { white-space: normal !important; word-wrap: break-word; } table { table-layout: fixed; }