I think it's great jQuery uses text-overflow:ellipsis; in order to keep layout issues out, but in my case i want titles to be as large as possible. I've attached a screenshot to this post to show what i mean.
I want my listview titles to be as long as possible and use linebreaks and it needs to be vertical-centered. I don't want to set line-height to 80px since i want linebreaks. Margin or padding doesn't seem to be a solution too, since some lists may have a short title on one line and some of them long with 2 or 3 lines.
The second listview in my attachment is what i'm aiming for.