In this case:
<td>
Some Text
<span class="Icon"></span>
</td>
I want to get the line break when necessary on my Text but I don't want my span to get on a new line, I want it to always stick to part of the text. How can I do it?
Thanks,