We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd0b1e commit 149b7cbCopy full SHA for 149b7cb
packages/ui/src/fields/Row/index.scss
@@ -8,6 +8,9 @@
8
9
> * {
10
flex: 0 1 var(--field-width);
11
+ display: flex;
12
+ flex-direction: column;
13
+ justify-content: space-between;
14
}
15
16
// If there is more than one child, add inline-margins to space them out.
0 commit comments