.ellipsis {
width: 160px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border: 1px solid #999;
}