Skip to content

Commit c166e02

Browse files
authored
Re-order spacing side controls when unlinked (#66317)
1 parent ea9c9b9 commit c166e02

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/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414

1515
export const RANGE_CONTROL_MAX_SIZE = 8;
1616

17-
export const ALL_SIDES = [ 'top', 'right', 'bottom', 'left' ];
17+
export const ALL_SIDES = [ 'top', 'bottom', 'left', 'right' ];
1818

1919
export const DEFAULT_VALUES = {
2020
top: undefined,

0 commit comments

Comments
 (0)