/* Text is directly within flex child, so doing the wrapping here */ .flex-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }