I have a to-columns table in a div :
✔
-
Giving the content td
a 100% width will force it to take as much space as it can, so .content{ width: 100% }
should work.
Also give the .action a white-space: nowrap
to make sure the x and the checkmark stay next to each other. Otherwise the content will be able to take even more space and force the icons below each other.
- 热议问题