Today I'm going to talk about a rarely used but extremely useful CSS property, the word-wrap. You can force long (unbroken) text to wrap in a new line by specifying break-word with the word-wrap property. For example, you can use it to prevent text extending out the box and breaking the layout. This commonly happens when you have a long URL in the sidebar or comment list. Word-wrap is supported in IE 5.5+, Firefox 3.5+, and WebKit browsers such as Chrome and Safari.
CSS: Word-Wrap Property (view demo)
You can specify either normal or break-word value with the word-wrap property. Normal means the text will extend the boundaries of the box. Break-word means the text will wrap to next line.
.break-word {
word-wrap: break-word;
}

Wow, thanks for the tip. You’ve saved me a headache :) Gotta love CSS3.
Thanks for posting this information, it helped me a lot.
Thank you so much for a very useful tip, i really appreciate with your work. it helps me a lot.
boggies
It is not working in Chrome. I am writing it like:
Something interesting to know about CSS. THanks for sharing.
Excellent word wrap and force text created :)
Wow!,,its really helpful,,thanks a lot!,,
This property does not support in crome and safari.
Brilliant… Thx
very helpful, I often experience when text does not wrap
Very useful I’ve had problems with this before. But now I have an answer thanks
Hi there, i read your blog occasionally and
i own a similar one and i was just wondering if you get a lot of spam comments?
If so how do you stop it, any plugin or anything you can suggest?
I get so much lately it’s driving me crazy so any support is very much appreciated.
The rule works exceptionally well! Long text is no longer a problem in responsive design.
Thanks…
thanks! it is useful! :D
sdfvbsfb
fgxmnfhm
This is great and very useful. Many thanks for sharing :)
Thanks for sharing your thoughts. I truly appreciate your efforts and I am waiting for your further
write ups thank you once again.