Support Article
Word 'follow' in Japanese lines in a column instead of a row
SA-82176
Summary
On opening the Case Manager portal in Japanese, the word 'follow' in the left side navigation panel lines in a column instead of a row.
Error Messages
Not Applicable.
Steps to Reproduce
- Set the operator's default locale as 'ja_JP'
- Open the Case Manager portal
- Navigate to the left side of the navigation panel
Root Cause
The width of the header-title was set as 18.765 px.
Resolution
Perform the following local-change:Modify the style for the header-title of the word 'follow' as below:
h3#headerlabel3481.header-title
{
width: 100px;
justify-content: left;
}
Note: The HeaderLabel number changes dynamically.
Published August 19, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.