ui: node/status view: padding-reduce fixup

overlooked the inline one, and that caused some layout troubles

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-04 22:08:41 +02:00
parent 98f73c48d2
commit 4b832488aa

View File

@ -108,7 +108,7 @@ Ext.define('PVE.node.StatusView', {
renderer: function(record) { renderer: function(record) {
return Proxmox.Utils.render_size(record.shared); return Proxmox.Utils.render_size(record.shared);
}, },
padding: '0 15 10 15', padding: '0 10 10 10',
}, },
{ {
iconCls: 'fa fa-fw fa-hdd-o', iconCls: 'fa fa-fw fa-hdd-o',