Word wrap on smaller screens

Hey team,

I am needing my headline to wrap on smaller screens and tried the following with no luck.

I have added the break-word class to the element and the following CSS to the element and the Global CSS

.break-word {
word-wrap: break-word !important;
}

And it doesn’t seem to be working. Any advice on what I can do to fix this?

(see the word strategy in the screenshot below)

Screenshot 2022-02-28 12.48.13 PM

Hey @paigeallen,

Thanks for reaching out!

I suggest that you remove your custom CSS and it will fix your issue in your strategy word.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.