mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2026-01-05 22:43:25 +00:00
form/display edit: use the 'fit' layout to avoid width glitch
As else we get some issues with inner field adding some space on outer fieldcontainer, which let a mix of "normal" fields and this one appear asymmetrical. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
865be88ed5
commit
187e9a6d3a
@ -22,7 +22,7 @@ Ext.define('Proxmox.form.field.DisplayEdit', {
|
||||
vm.set('editable', editable);
|
||||
},
|
||||
|
||||
layout: 'hbox',
|
||||
layout: 'fit',
|
||||
defaults: {
|
||||
hideLabel: true
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user