Line breaks and right position and width of ui-tooltip

Line breaks and right position and width of ui-tooltip

Is it or will it be possible to enforce manual line breaks with ui-tooltip?

I've been experimenting with it and see this requirement especially when I have a tooltipped element on the right of the page which is too long. Right now it then moves all the way to the left of my parent div which is not what I want. I'd rather like to have more line breaks instead.

Another way to do it would be the max-width CSS style which works fine; however I would need two different sizes for left and right positioned elements and right now my only solution is to set max-width for the .ui-tooltip class globally.

Thanks for any help and keep up the great work!