[pve-devel] [PATCH manager] ui: remove 'line-height' from datacenter/summary to fix FF

Stefan Reiter s.reiter at proxmox.com
Mon Jul 5 12:15:28 CEST 2021


Firefox doesn't correctly break to the next line if the line-height is
set as is (with certain fonts, including the default on debian it
seems). Simply remove it, as it isn't necessary.

Suggested-by: Dominik Csapak <d.csapak at proxmox.com>
Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
---
 www/manager6/dc/Guests.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/manager6/dc/Guests.js b/www/manager6/dc/Guests.js
index 4c3c6c53..3e2b7dfc 100644
--- a/www/manager6/dc/Guests.js
+++ b/www/manager6/dc/Guests.js
@@ -21,7 +21,6 @@ Ext.define('PVE.dc.Guests', {
 	padding: '0 50 0 50',
 	style: {
 	    'text-align': 'center',
-	    'line-height': '1.2',
 	},
     },
     items: [{
-- 
2.30.2






More information about the pve-devel mailing list