Add three dots in a multiline span

后端 未结 3 1898
终归单人心
终归单人心 2020-12-29 23:47

I found this question here on SO and the solution is pretty simple:

jsfiddle: http://jsfiddle.net/Y5vpb/

html:

Lorem Ipsum is s         


        
3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-29 23:58

    add width: 200px; and white-space: nowrap; to your .text css block. With no width set, the text just expands and fills in.

提交回复
热议问题