Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Feb 5, 2024
1 parent 7f3039c commit 62caeda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/block-editor/src/hooks/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ export function useBlockSettings( name, parentLayout ) {
aspectRatio,
minHeight,
layout,
align,
borderColor,
borderRadius,
borderStyle,
Expand Down Expand Up @@ -243,7 +242,6 @@ export function useBlockSettings( name, parentLayout ) {
'dimensions.aspectRatio',
'dimensions.minHeight',
'layout',
'align',
'border.color',
'border.radius',
'border.style',
Expand Down Expand Up @@ -341,7 +339,6 @@ export function useBlockSettings( name, parentLayout ) {
aspectRatio,
minHeight,
},
align,
layout,
parentLayout,
shadow,
Expand All @@ -367,7 +364,6 @@ export function useBlockSettings( name, parentLayout ) {
units,
aspectRatio,
minHeight,
align,
layout,
parentLayout,
borderColor,
Expand Down

0 comments on commit 62caeda

Please sign in to comment.