Presently, my breadcrumb has a scrollable wrap with text overflowhttps://i.sstatic.net/dhllv.png I want to make the overflowed text continue on the next line. How can I achieve this? The CSS code I am using for the image attached is as follows:
.breadcrumb-css {
text-overflow: ellipsis;
width: 8em;
word-break: break-all;
overflow: hidden;
display: inline-block;
white-space: nowrap;
}
The desired UX is illustrated in the following image