стиля моего кода< /p>
Код: Выделить всё
.maincontent {
display: flex;
}
.firstpart {
flex: 1 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.secondpart {
white-space: nowrap;
display: inline-block;
}Код: Выделить всё
// main content
test content test content test content
click to see more content
ожидаемый скриншот

Подробнее здесь: https://stackoverflow.com/questions/793 ... right-side
Мобильная версия