-1
You can find this settings in the ddmenu.css file:
#ddmenuMst a
{
white-space:nowrap;
}
If you prefer wrapping, just remove the line: white-space:nowrap;
Then it will wrap if there is no enough space for the link.