fix(ui): align to the top fields inside row field (#8421)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user