How do I set the table cell widths to minimum except last column?

前端 未结 7 1479
独厮守ぢ
独厮守ぢ 2020-12-07 11:44

I have a table with 100% width. If I put s in it, they get spread out with equal length columns. However, I want all the columns except last to have a

7条回答
  •  感情败类
    2020-12-07 12:00

    whitespace-wrap: nowrap is not valid css. It's white-space: nowrap you're looking for.

提交回复
热议问题