Код: Выделить всё
.container {
width: 100px;
}
.content {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 0.5rem;
border: 1px solid black;
}
.text {
text-align: left;
}
.icon {
}
.short {
width: 50px;
}< /code>
Content
X
Another content
X
Подробнее здесь: https://stackoverflow.com/questions/796 ... n-it-wraps