I have a <table> where the last column contains some action <button>s. The other columns contain paragraphs of text. Because they contain text, their width extends as much as possible and then the text wraps. That is fine for all columns but the last. I don’t want the buttons in the actions column to wrap; I want them on a single line. How to can I do that?
See this jsfiddle for a demo the the problem.
It’s as simple as this:
Demo (forked fiddle)
http://jsfiddle.net/insertusernamehere/XUda2/