Notifications
Clear all
Topic starter
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
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

