mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 11:51:02 +00:00
fix LogView widget
It looks that after adding the <!DOCTYPE html> HTML5 doctype, setStyle() needs unit 'px'.
This commit is contained in:
parent
f01a63ebff
commit
233dafba3a
@ -39,7 +39,7 @@ Ext.define('PVE.panel.LogView', {
|
||||
var maxDown = me.getMaxDown();
|
||||
var scrollToEnd = (maxDown <= 0) && me.scrollToEnd;
|
||||
|
||||
el.setStyle('padding-top', start*me.lineHeight);
|
||||
el.setStyle('padding-top', start*me.lineHeight + 'px');
|
||||
el.update(text);
|
||||
me.dataCmp.setHeight(total*me.lineHeight);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user