mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 19:26:46 +00:00
fix login window on chrome
labelWidth: 'auto' is not valid since extjs simply adds 'px' and sets it as width which would result in: width: 'autopx'; which is not valid css. chrome/chromium had a change such that this now produces the wrong height in the login bottom 'button bar' 250 should be enough for all translations and we do not have any other element there Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
084e60304e
commit
ecf4b557ae
@ -253,7 +253,7 @@ Ext.define('PVE.window.LoginWindow', {
|
||||
name: 'saveusername',
|
||||
reference: 'saveunField',
|
||||
stateId: 'login-saveusername',
|
||||
labelWidth: 'auto',
|
||||
labelWidth: 250,
|
||||
labelAlign: 'right',
|
||||
submitValue: false
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user