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.
Add w-auto native bootstrap 4 class to the table element and your table will fit its content.