I have a layout similar to:
<div> <table> </table> </div>
I would like for the div to only expand to as wide as my table becomes.
div
table
The solution is to set your div to display: inline-block.
display: inline-block
1.4m articles
1.4m replys
5 comments
57.0k users