1
2
3
4
5
6
.text {
overflow:hidden;
width:xxx;
white-space:nowrap;
text-overflow:ellipsis;
}