I have a layout similar to:
I would like for the div to only exp
div
You can try fit-content (CSS3):
div { width: fit-content; /* To adjust the height as well */ height: fit-content; }