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
The Add row form is laid out as a proper two-column grid: labels on a fixed column, and plain
rectangular fields that all share one width and one height. Previously each label sized itself to
its text, so every input started at a slightly different position and ran to a different length.
Fields use a standard bordered rectangle rather than a rounded pill.
The buttons sit together, right-aligned, below the form.