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 8f42f10 commit ff87072Copy full SHA for ff87072
src/components/block-styles-control/index.js
@@ -340,7 +340,7 @@ const SaveUpdateButtons = props => {
340
const ActionButtons = applyFilters( 'stackable.global-settings.global-block-styles.action-buttons', Fragment )
341
342
return ( <>
343
- <Flex style={ { marginTop: '24px' } }>
+ <Flex style={ { marginTop: '24px', justifyContent: 'flex-end' } }>
344
<ActionButtons { ...propsToPass } />
345
<FlexItem style={ ! props.blockStyle || ! props.inOptions ? { marginLeft: 'auto' } : {} }>
346
<Button
0 commit comments