Reply To: Text extending outside container

Home Forums Support Text extending outside container Reply To: Text extending outside container

Home Forums Support Text extending outside container Reply To: Text extending outside container

#188244
Tom
Lead Developer
Lead Developer

I guess the real question is when would you ever have a word that long in a production site ๐Ÿ˜‰

However, to fix it, you can add this CSS:

.entry-content {
    word-break: break-word;
}