You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting row spacing in FormLayout does not work. Wrapping items in FormItem is not pleasible, because of additional header added to element. Forum reference.
Expected behavior
Row spacing working as column spacing
Minimal reproducible example
setColumnSpacing(1.3f, Unit.CH);
setRowSpacing(1.3f, Unit.CH); // currently bugged in vaadin