Reply To: Long Text without Spaces goes of sidebar container

Home Forums Support Long Text without Spaces goes of sidebar container Reply To: Long Text without Spaces goes of sidebar container

Home Forums Support Long Text without Spaces goes of sidebar container Reply To: Long Text without Spaces goes of sidebar container

#154548
Tom
Lead Developer
Lead Developer

I believe your only solution would be this CSS:

.sidebar .widget {
    word-wrap: break-word;
}

It will break the word up so it doesn’t run outside the container.

Let me know if you need more info 🙂