[pve-devel] applied: [PATCH 2/2] ui: dc/guests: set line-height again and increase font-size
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Jul 5 12:58:35 CEST 2021
the 14px over 13px is not much, but as that is the font-size intended
for font-awesome it makes it all look nicer together
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
www/manager6/dc/Guests.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/manager6/dc/Guests.js b/www/manager6/dc/Guests.js
index c17843e1..45ea6e04 100644
--- a/www/manager6/dc/Guests.js
+++ b/www/manager6/dc/Guests.js
@@ -21,6 +21,8 @@ Ext.define('PVE.dc.Guests', {
padding: '0 50 0 50',
style: {
'text-align': 'center',
+ 'line-height': '1.5em',
+ 'font-size': '14px',
},
},
items: [
--
2.30.2
More information about the pve-devel
mailing list