I was able to do something like this on my product results page by adding in a new div around the product short description. For the div I added some inline styling to set the height and the overflow like this:
<div style="height:45px; overflow:hidden;"> the short description is here </div>