mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Set custom font size(add api parameter customization.font.size)
This commit is contained in:
@ -500,7 +500,7 @@ define([
|
||||
body.height(parseInt(text_cnt.css('height')) + parseInt(footer.css('height')));
|
||||
window.setHeight(parseInt(body.css('height')) + parseInt(header.css('height')));
|
||||
}
|
||||
if (text.height() < icon_height-10)
|
||||
if (text.height() < icon_height/2)
|
||||
text.css({'vertical-align': 'baseline', 'line-height': icon_height+'px'});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user