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