Revision: 66234
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 2, 2014 06:26 by flatearthcomms
Initial Code
#permalink_section { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ }
Initial URL
http://stackoverflow.com/questions/5241369/word-wrap-a-link-so-it-doesnt-overflow-its-parent-div-width
Initial Description
Stop a link overflowing it's parent's width
Initial Title
Word break links
Initial Tags
html, CSS3
Initial Language
CSS