Forum

Title of CJK charac...
 
Notifications
Clear all

Title of CJK characters

2 Posts
2 Users
0 Reactions
4,337 Views
(@nikochan)
Posts: 4
Active Member
Topic starter
 
[#2005]

Hi,

Chinese, Japanese and Korean uses CJK font for their language.
If the title is CJK font and the width of browser is not wide, the appearance is not good like this image.

My Idea is to limit height of title.
I have added some line to "view/css/projeqtor.css"

.title {
    font-size: 12pt;
    font-weight: bold;
    display: block;
    max-height: 2em;
}

This lead the appearance to below image..

How about ?


 
Posted : 23 Sep 2014 7H15
(@babynus)
Posts: 14952
Member Admin
 

Hi,

This seems to happen when screen resolution is a bit too small.
As your proposal bring no regression to non CJK languages and may help for CJK, it will be included in next version.
Ticket #1527


 
Posted : 23 Sep 2014 16H17
Share:

Scroll to Top