Skip to content

Commit a5fb088

Browse files
committed
Another alignment fix
1 parent 6f3918b commit a5fb088

File tree

1 file changed

+1
-1
lines changed
  • packages/block-editor/src/components/spacing-sizes-control

1 file changed

+1
-1
lines changed

packages/block-editor/src/components/spacing-sizes-control/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display: grid;
33
grid-template-columns: auto 1fr auto;
44
align-items: center;
5-
grid-template-rows: 16px auto;
5+
grid-template-rows: $grid-unit-30 auto;
66
}
77

88
.component-spacing-sizes-control {

0 commit comments

Comments
 (0)