I\'m using Bootstrap and I have a table with a few columns, the last of which sometimes has a long piece of text without spaces. I noticed that under certain screen sizes, t
.the-table { table-layout: fixed; word-wrap: break-word; }
Add the following styles to your .the-table { table-layout: fixed; over-flow: break-word; } Then you can adjust your layout via-CSS as you wish. 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
.the-table { table-layout: fixed; over-flow: break-word; } Then you can adjust your layout via-CSS as you wish. 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
.the-table { table-layout: fixed; over-flow: break-word; }
Then you can adjust your layout via-CSS as you wish.