If I have a long text inside a div
that wraps into several lines, can I make the div
not cut a line vertically on vertical overflow? Can I make my div
have height expressed in number of lines, or some other way to make it fit integral number of lines?
EDIT: My text does not vertically fit into my div
. But I want the div
to show just integral number of lines.
here is jsfiddle: http://jsfiddle.net/A9VAe/1/