I need to make the comment auto fill the empty left space when is higher than 2 lines. Is there any possible css solution for this? The author and the comment are in separeted divs:
<div>
Henrique Silva
</div>
<div>
<span>Comment</span>
<span> Item </span>
</div>