⚙ FIXED

1. - 일부 (Col) Type 에서 (Col) TextSize 적용되지 않는 현상 수정

적용되지 않았던 (Col) Type : Button, Link, Html, File

main.css 수정 필요 - core(ibsheet.js) 적용하지 않아도 무방함

new
.IBCellBase>*{font-size: inherit; line-height: inherit;}
.IBCellBase>div>*{font-size: inherit; line-height: inherit;}
fix
.IBDialogButton,u.IBSheetButton { background:#53bfca;border:0px solid #53bfca;color:white; } 
=> .IBDialogButton,u.IBSheetButton { background:#53bfca;border:0px solid #53bfca;color:white; 
padding-top: 0.2em; padding-bottom: 0.2em; 
}

[수정전] - (Col) TextSize : "20px"

[수정후] - (Col) TextSize : "20px"