Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Page editor view not showing properly in Japanese and Chinese language.

Avatar

Level 2

In English language it is working fine..

 

Nesan_0-1621674211613.png

Nesan_1-1621674275759.png

But in Chinese and Japanese language ti si not showing properly as below.

Nesan_2-1621674354732.png

 

Nesan_3-1621674390967.png

This is happening in AEM 6.5.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Nesan 

 

In your clientlib-author, please add the below line of code which will be loaded only during authoring view and the issue will be resolved.

Basically this needs to be added to the author specific clientlib which is loaded only during authoring (name can be different based on the project setup).

 

html {
font-size: 100%;
}

 

Thanks! 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @Nesan 

 

In your clientlib-author, please add the below line of code which will be loaded only during authoring view and the issue will be resolved.

Basically this needs to be added to the author specific clientlib which is loaded only during authoring (name can be different based on the project setup).

 

html {
font-size: 100%;
}

 

Thanks! 

Avatar

Community Advisor

@Nesan, Can you check once the browser console, is there something related to it and verify error.log as well.