I have a problem with long messages in alert dialog. For some reason if text do not fit in a single line words are splited in the half instead of moved to the next line. For example text like
aaaa bbbb cccc dddd eeee ffff gggg hhhh
is displaying like
aaaa bbbb cccc dd
dd eeee ffff gggg
hhhh
instead of
aaaa bbbb cccc
dddd eeee ffff
gggg hhhh
Does anyone know how to fix it?