I have a to-columns table in a div :
✔ 3条回答 春和景丽 (楼主) 2021-02-06 21:26 Set the column width: 1px and white-space: nowrap. This will try to make it 1px, but the nowrap will stop it from getting smaller than the widest element in that column. 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Set the column width: 1px and white-space: nowrap.
width: 1px
white-space: nowrap
This will try to make it 1px, but the nowrap will stop it from getting smaller than the widest element in that column.