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.csa...@proxmox.com> Signed-off-by: Stefan Reiter <s.rei...@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 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel