fix(ui): align to the top fields inside row field (#8421)

This commit is contained in:
Paul
2024-09-25 16:39:30 -06:00
committed by GitHub
parent fa97d95675
commit 4b0351fcca

View File

@@ -10,7 +10,7 @@
flex: 0 1 var(--field-width);
display: flex;
flex-direction: column;
justify-content: space-between;
justify-content: flex-start;
}
// If there is more than one child, add inline-margins to space them out.