Off-topic: is there any CSS that can be added to stop long words like URLs from causing a horizontal scrollbar to appear, i.e. to force the word to be broken in two?
You can have it chop off the end of the URL with "overflow-x: hidden" and an explicit width, but the only way to have it insert a linebreak is to count characters on the server and insert a break manually.