I\'m using Bootstrap, and drawing a table. The rightmost column has a button in it, and I want it to drop down to the minimum size it needs to fit said button.
Make a class that will fit table cell width to content
.table td.fit, .table th.fit { white-space: nowrap; width: 1%; }