Describe the bug
When using Japanese and possibly other languages the characters seem to flow to the next line when on deeper app menu levels.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Visible Japanese
Version
Screenshots

Platform
Other Info
Code:
test-six-levels.html.zip
Seems to me like its the width of the text in this font. Maybe we can adjust this rule (width)
.accordion-pane .accordion-header.list-item a {
padding-left: 1px;
vertical-align: middle;
width: calc(100% - 41px);
}
Added the fix for this to the other 4.25.x Application Menu Q/A patch: https://github.com/infor-design/enterprise/pull/3359
Japanses character are now showing up, but in Mac browsers and Android Chrome, the indentations are bit misaligned.
Mac Chrome
https://4250-rc0-enterprise.demo.design.infor.com/components/applicationmenu/test-six-levels.html?locale=ja-JP


In IE, it happens in Uplift theme
https://4250-rc0-enterprise.demo.design.infor.com/components/applicationmenu/test-six-levels.html?locale=ja-JP

@brianjuan not sure what happened during your testing, but it appears that in both of your screenshots the Japanese Noto Sans JP font that's supposed to be used here was not loaded properly. I re-tested the rc URL and it seems that it's loading and the alignment is better:


It also looks pretty good to me.
This issue is now resolved. Moving this ticket to Done column.
Since it only happens in my machine, I agree to move this to Done. Thank you guys.