Google it and find an article with a correct solution. The following methods are as follows:
1. Open the mm_menu.js file
2. To line 136, find var itemProps = '';
3. Modify to var itemProps = 'white-space:nowrap;';
The menu items can be displayed normally...
1. Open the mm_menu.js file
2. To line 136, find var itemProps = '';
3. Modify to var itemProps = 'white-space:nowrap;';
The menu items can be displayed normally...