text overflow ellipsis: avoid word break

后端 未结 3 483
闹比i
闹比i 2020-11-30 15:18

In my webpage I have a div with fixed width and using the following css:

width: 200px; 
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
         


        
3条回答
  •  一整个雨季
    2020-11-30 15:30

    Of course it's possible. (If you're willing to change your markup a bit.)

    https://jsfiddle.net/warphLcr/

    
    
    
    stackoverflow is the best

提交回复
热议问题