Try this:
1. In your .css stylesheet:
	Code:
	.nowrap {
    text-indent: 0;
    display: inline-block;
}
 2. In your .xhtml file:
	Code:
	<p>Nullam ut massa rutrum dolor placerat tempor accumsan eget <span class="nowrap">purus. . .</span></p>
 As you can see, you must include the word with ellipsis inside the class with the sytle "nowrap". It works fine with ADE 2.x, 3.x and 4.x.
Regards
Rubén