If you set the span to display: inline-block, automatic horizontal and vertical resizing works very well:
<span contenteditable="true" _x000D_
style="display: inline-block;_x000D_
border: solid 1px black;_x000D_
min-width: 50px; _x000D_
max-width: 200px">_x000D_
</span>
_x000D_