I found this question here on SO and the solution is pretty simple:
jsfiddle: http://jsfiddle.net/Y5vpb/
html:
Lorem Ipsum is s
add width: 200px; and white-space: nowrap; to your .text css block. With no width set, the text just expands and fills in.
width: 200px;
white-space: nowrap;