html trois points ellipsis

text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width:100px; // some width
Karim Oodrive