Two columns table : one as small as possible, the other takes the rest

前端 未结 3 506
渐次进展
渐次进展 2021-02-06 21:12

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.

提交回复
热议问题