the text is geting cut on mobile , whats the solution please check
Hey @KaziTouhid,
This looks like a bug but this needs to be confirmed. For now, please add the following code to the Global CSS. Please let us know if this will have side effects. Thank you.
.x-crumbs-link {
text-wrap-mode: wrap;
}