Word-wrapping
Word-wrapping
Long words (or computer phrases like long file paths) get lost in the shoutbox. This is because neither scrollbars nor word-wrapping are enabled.
I suggest adding this to your CSS...
.msgtxt { word-wrap:
break-word
}