We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be776f commit e2f8dccCopy full SHA for e2f8dcc
src/components/block-styles-control/index.js
@@ -286,7 +286,7 @@ const SaveUpdateButtons = props => {
286
}
287
288
return ( <>
289
- <Flex style={ { marginTop: '24px' } } direction="column" align="flex-end">
+ <Flex style={ { marginTop: '24px' } }>
290
<FlexItem>
291
<UpdateButton
292
blockStyle={ blockStyle }
0 commit comments