Skip to content

Commit e2f8dcc

Browse files
committed
revert style
1 parent 6be776f commit e2f8dcc

File tree

1 file changed

+1
-1
lines changed
  • src/components/block-styles-control

1 file changed

+1
-1
lines changed

src/components/block-styles-control/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ const SaveUpdateButtons = props => {
286286
}
287287

288288
return ( <>
289-
<Flex style={ { marginTop: '24px' } } direction="column" align="flex-end">
289+
<Flex style={ { marginTop: '24px' } }>
290290
<FlexItem>
291291
<UpdateButton
292292
blockStyle={ blockStyle }

0 commit comments

Comments
 (0)