Skip to content

Commit 149b7cb

Browse files
authored
fix(ui): field alignment when labels overflow inside rows (#8246)
1 parent ccd0b1e commit 149b7cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/ui/src/fields/Row/index.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
> * {
1010
flex: 0 1 var(--field-width);
11+
display: flex;
12+
flex-direction: column;
13+
justify-content: space-between;
1114
}
1215

1316
// If there is more than one child, add inline-margins to space them out.

0 commit comments

Comments
 (0)