Form Item gap between label and value

How to increase the form item label’s and its values here ?

Add something like this to your styling: --vaadin-form-item-label-width: 20ch;

If you want it to apply everywhere:

:root {
    --vaadin-form-item-label-width: 20ch;
}