public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ui: remove 'line-height' from datacenter/summary to fix FF
@ 2021-07-05 10:15 Stefan Reiter
  2021-07-05 10:27 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Reiter @ 2021-07-05 10:15 UTC (permalink / raw)
  To: pve-devel

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@proxmox.com>
Signed-off-by: Stefan Reiter <s.reiter@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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH manager] ui: remove 'line-height' from datacenter/summary to fix FF
  2021-07-05 10:15 [pve-devel] [PATCH manager] ui: remove 'line-height' from datacenter/summary to fix FF Stefan Reiter
@ 2021-07-05 10:27 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2021-07-05 10:27 UTC (permalink / raw)
  To: Proxmox VE development discussion, Stefan Reiter

On 05.07.21 12:15, Stefan Reiter wrote:
> 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@proxmox.com>
> Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
> ---
>  www/manager6/dc/Guests.js | 1 -
>  1 file changed, 1 deletion(-)
> 
>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-05 10:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05 10:15 [pve-devel] [PATCH manager] ui: remove 'line-height' from datacenter/summary to fix FF Stefan Reiter
2021-07-05 10:27 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal