I have a layout similar to:
I would like for the div to only exp
div
What works for me is:
display: table;
in the div. (Tested on Firefox and Google Chrome).