I have a to-columns table in a div :
✔ 3条回答 耶瑟儿~ (楼主) 2021-02-06 21:45 I found this answer when trying to make one column of many as small as possible. Giving the content td a 1% width will force it to take as little space as it can, so .content{ width: 1% } worked for me. 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
I found this answer when trying to make one column of many as small as possible.
Giving the content td a 1% width will force it to take as little space as it can, so .content{ width: 1% } worked for me.
td
width
.content{ width: 1% }