Hi there,
is there any way to adjust the width of outer div automatically?
e.g.
<div class="outer"><div class="inner">test</div></div>
What I want is that the width of outer could be set automatically according to the content of inner so that I do not have to set the value by myself.