Title: Avoid text break
Last modified: July 30, 2018

---

# Avoid text break

 *  Resolved [nicolasbassand](https://wordpress.org/support/users/nicolasbassand/)
 * (@nicolasbassand)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/avoid-text-break/)
 * Hello,
 * When displaying recents articles on the sidebar on the right of the page, the
   articles that have long titles have a text break to separate words and return
   to the line. Is it possible to avoid that and keep entire words?
 * Thank you for your help,
 * Nicolas
    -  This topic was modified 7 years, 9 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
    -  This topic was modified 7 years, 9 months ago by [nicolasbassand](https://wordpress.org/support/users/nicolasbassand/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Favoid-text-break%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [7 years, 9 months ago](https://wordpress.org/support/topic/avoid-text-break/#post-10539727)
 * Side note: Please just use the link field. When you also paste the link in your
   post needlessly you come across like a spammer.
 *  Thread Starter [nicolasbassand](https://wordpress.org/support/users/nicolasbassand/)
 * (@nicolasbassand)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/avoid-text-break/#post-10539737)
 * Hi Jan,
 * Thank you for the advice: I edited the post accordingly.
 * Best,
 * Nicolas
 *  [radektj](https://wordpress.org/support/users/radektj/)
 * (@radektj)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/avoid-text-break/#post-10539832)
 * custom css:
 *     ```
       .rpwe-title {
         -ms-word-wrap: normal;
         word-wrap: normal;
         -webkit-hyphens: none;
         -ms-hyphens: none;
         hyphens: none;
       }
       ```
   
 *  Thread Starter [nicolasbassand](https://wordpress.org/support/users/nicolasbassand/)
 * (@nicolasbassand)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/avoid-text-break/#post-10542120)
 * Hello Radektj,
 * Thank you a lot for the CSS code. It works great!
 * Nicolas

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

The topic ‘Avoid text break’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recent-posts-widget-extended_3384ca.
   svg)
 * [Recent Posts Widget Extended](https://wordpress.org/plugins/recent-posts-widget-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-widget-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-widget-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-widget-extended/reviews/)

## Tags

 * [text break](https://wordpress.org/support/topic-tag/text-break/)

 * 4 replies
 * 3 participants
 * Last reply from: [nicolasbassand](https://wordpress.org/support/users/nicolasbassand/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/avoid-text-break/#post-10542120)
 * Status: resolved