Hello,
I have several very long label/captions inside a FormLayout that kinda breaks the layout. Is there any way to “fix” the label column to a fixed width or a percentage?
Thanks in advance,
ts.
Hello,
I have several very long label/captions inside a FormLayout that kinda breaks the layout. Is there any way to “fix” the label column to a fixed width or a percentage?
Thanks in advance,
ts.
Try adding a stylename to those components whose caption is too long, it should be added to the caption element as well. You can then specify a width for that caption (and you may have to set word wrapping as well) with CSS.