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)