Forums
(@sitheawsguy)
3 years, 11 months ago
I did a bit of research and it looks like the ‘break-word’ syntax is now deprecated so I used this instead:
.blog .post-content .entry-title { word-break: normal; }
That has worked perfectly thank you.