I have two forms lined up in a vertical layout, and I want all the fields captions (e.g. ‘First name’, ‘Street’) in the forms to be the same width – set by me as shown below:
Thanks for your response. I am using Form, which uses FormLayout; so presumably, I am already using FormLayout. My updated question now is how do I set the caption (column) width in (say) the FormLayout. If this is not just “one-click” away, then my second choice would be the GridLayout.
Just notice that this will cause problems if a caption is too wide to fit the width. You may want to give also “white-space: normal” to allow wrapping in such a case.