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
Labels of form items set a margin-top: var(--lumo-space-m) on themselves. Items should not care about that, since they don't know what might be around them. I understand this is intended to create a gap between items, but then the first item in the form will have a useless top margin.
In my opinion, the layout element should care about spacing its own items, not the items themselves.