Breadcrumbs text issue for mobile

the text is geting cut on mobile , whats the solution please check

https://newhavenmarinas.com/unleashing-the-power-of-a-1031-exchange-with-new-haven-marinas-investments/

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;
}