Skip to content

Commit d5ab506

Browse files
committed
fix: align label to top
1 parent 254ac92 commit d5ab506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/editor/PropertyControl/PropertyControl.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
.frame--orientation-horizontal {
77
gap: 8px;
8-
align-items: center;
98
}
109

1110
.frame--orientation-vertical {
@@ -23,6 +22,7 @@
2322

2423
.header--orientation-horizontal {
2524
flex: 1;
25+
margin-top: 3px;
2626
}
2727

2828
.header--compact {

0 commit comments

Comments
 (0)