Код: Выделить всё
This is some text
Код: Выделить всё
.container {
width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... ific-width
Код: Выделить всё
This is some text
Код: Выделить всё
.container {
width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}