Title: Some posts wrap code others don&#8217;t ?
Last modified: January 25, 2020

---

# Some posts wrap code others don’t ?

 *  Resolved [Audiomonk](https://wordpress.org/support/users/audiomonk/)
 * (@audiomonk)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/some-posts-wrap-code-others-dont/)
 * Most of my posts work well with Enlighter (4.0 beta)
 * But now and again, they don’t wrap and I don’t know why.
 * The CSS and java is being loaded. The link above is one I just posted where it
   doesn’t wrap. Scratching my head trying to work out why?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsome-posts-wrap-code-others-dont%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Andi Dittrich](https://wordpress.org/support/users/andi-dittrich/)
 * (@andi-dittrich)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/some-posts-wrap-code-others-dont/#post-12366875)
 * your content is too large, especially one of the last lines which holds multiple
   lines
 *  Thread Starter [Audiomonk](https://wordpress.org/support/users/audiomonk/)
 * (@audiomonk)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/some-posts-wrap-code-others-dont/#post-12366879)
 * No way round size of the content, that’s just how it comes from the package. 
   Just have to live with it then I guess.
 *  Plugin Author [Andi Dittrich](https://wordpress.org/support/users/andi-dittrich/)
 * (@andi-dittrich)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/some-posts-wrap-code-others-dont/#post-12366882)
 * you could modify the word-break behaviour:
 *     ```
       .enlighter-t-classic .enlighter span {
           word-break: break-word;
       }
       ```
   
 *  Thread Starter [Audiomonk](https://wordpress.org/support/users/audiomonk/)
 * (@audiomonk)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/some-posts-wrap-code-others-dont/#post-12366886)
 * That works! thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Some posts wrap code others don’t ?’ is closed to new replies.

 * ![](https://ps.w.org/enlighter/assets/icon-256x256.png?rev=1215872)
 * [Enlighter - Customizable Syntax Highlighter](https://wordpress.org/plugins/enlighter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/enlighter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/enlighter/)
 * [Active Topics](https://wordpress.org/support/plugin/enlighter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/enlighter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/enlighter/reviews/)

## Tags

 * [word wrap](https://wordpress.org/support/topic-tag/word-wrap/)
 * [wrap](https://wordpress.org/support/topic-tag/wrap/)

 * 4 replies
 * 2 participants
 * Last reply from: [Audiomonk](https://wordpress.org/support/users/audiomonk/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/some-posts-wrap-code-others-dont/#post-12366886)
 * Status: resolved