콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
1588 화면

[16.0] After the Open HRMS Core is installed, the font display of the screen title and list content is abnormal 。 

How to adjust it, thank you.

아바타
취소
베스트 답변

Hello Sammy Yang,

This issue is caused by the hrms_dashboard.css file from the open HRMS HR Dashboard Module which is included in the HRMS Core. You can open the hrms_dashboard.css file and add the following code to fix the issue:

.mb-0{
font-size:14px !important;
}
.mb-0 .dash_title{
font-size:16px !important;
}

Regards

아바타
취소
작성자 베스트 답변

It workds well. thanks for your help

best regards

아바타
취소