Title: Comment lines don&#8217;t break
Last modified: August 19, 2016

---

# Comment lines don’t break

 *  Resolved [tolkien](https://wordpress.org/support/users/tolkien/)
 * (@tolkien)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/comment-lines-dont-break/)
 * This is driving me insane, whenever the comment is a little longer in IE it pushes
   the whole theme off-screen and in firefox it just goes all the way to the side
   of the theme. I just can’t figure out how to limit it. And no i don’t use any
   plugins at all.
 * Here’s what i mean [http://www.ijustlikemovies.com/?p=1#comments](http://www.ijustlikemovies.com/?p=1#comments)

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

 *  [copperblade](https://wordpress.org/support/users/copperblade/)
 * (@copperblade)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/comment-lines-dont-break/#post-675973)
 * It shouldn’t happen if there are spaces… you know like when a real person may
   be typing something.
 *  Thread Starter [tolkien](https://wordpress.org/support/users/tolkien/)
 * (@tolkien)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/comment-lines-dont-break/#post-675974)
 * just checked it, yes you’re absolutely right ! but isn’t there some sort of fail
   safe measure in case someone for some reason does this ?
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/comment-lines-dont-break/#post-675975)
 * Do you have a lot of visitors typing 100 character words?
 * You can do a bit of CSS configuring to ‘hide’ any text overflow in the comments
   area:
 *     ```
       .commentlist p {
       	overflow: hidden;
       }
       ```
   
 * That at least will deal with the text screwing up the layout. Another option:
 *     ```
       .commentlist p {
       	overflow: auto;
       }
       ```
   
 * That will display a scroll bar on any comment that runs past the set (fixed) 
   width.
 *  Thread Starter [tolkien](https://wordpress.org/support/users/tolkien/)
 * (@tolkien)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/comment-lines-dont-break/#post-675976)
 * thanks a lot Kafkaesqui

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

The topic ‘Comment lines don’t break’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [tolkien](https://wordpress.org/support/users/tolkien/)
 * Last activity: [18 years, 5 months ago](https://wordpress.org/support/topic/comment-lines-dont-break/#post-675976)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
