CSS Text ellipsis including “More” link
问题 So I have the following Fiddle that has set an ellipsis in a text into two lines. Then I want to have a 'More' link inline with the text. http://jsfiddle.net/csYjC/2876/ So if our text has more than two lines, it should look like this: That's correct. However: That's not correct (should be inline with the text). Code is like follows: <div class="text"> <div>Lorem ipsum dolor sit amet, Lorem Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet, Lorem Lorem i</div> <a href="#">More</a> </div>