My guess is no. There are a few ways to do it in JavaScript according to this Stack Overflow thread, but I assume none are supported.
The suggestions are to use either a <TextArea> object or use the word-break: break-word attribute, but I doubt that is supported (it seems it is only supported in Chrome).
Best Answer