Child Menu Wrap

Would it be possible not to have the child menu items wrap? This happens after about the 24th character. I have menus that are over 25 characters in length and would like them to display on a single line. Thanks
Hello bruiser_brian, To get the child menu not wrap, open lessc/mainmenu.less file then add this code at end of file
#section-header .dexp-dropdown ul ul li a {
    white-space: pre;
}
That did the trick! Thank you for the great support!
Hi bruiser_brian, Can you give us 5* rating on themeforest. :)