Say I have the following situation:
<div class="container">
<span>This span text is longer than the next set of text</span>
<span>This one is shorter</span>
</div>
I want to be able to make the parent container the size of either the larger or smaller span. How do I set the width/max-width of container to be equal to that of a specific child?