Re: [pve-devel] [PATCH manager 1/2] ui: form: add DescriptionFieldContainer

2024-04-22 Thread Thomas Lamprecht
Am 22/04/2024 um 09:43 schrieb Dominik Csapak: > this is a field container, showing a field on the left column and a > description on the right one, with a (default) flex ratio of 1:2 > > this is helpful when wanting a longer description on the right column > but still have the fields aligned. >

[pve-devel] [PATCH manager 1/2] ui: form: add DescriptionFieldContainer

2024-04-22 Thread Dominik Csapak
this is a field container, showing a field on the left column and a description on the right one, with a (default) flex ratio of 1:2 this is helpful when wanting a longer description on the right column but still have the fields aligned. Signed-off-by: Dominik Csapak --- alternatively, we could