вопрос
В css
.title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100px;
font: 700 11px Arial, sans-serif;
color: #222;
}