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
-
2020-12-07 12:00
whitespace-wrap: nowrap is not valid css. It's white-space: nowrap you're looking for.
|