I have a <table> where the last column contains some kind of <button> s action. Other columns contain paragraphs of text. Since they contain text, their width expands as much as possible, and then the text is wrapped. This is normal for all columns except the last. I do not want the buttons in the action column to be wrapped; I want them to be on the same line. How to do it?
See this jsfiddle for a demonstration of the problem.
source share