Skip to content

Commit ff87072

Browse files
fix (block styles): move button to the right in free
1 parent 8f42f10 commit ff87072

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
@@ -340,7 +340,7 @@ const SaveUpdateButtons = props => {
340340
const ActionButtons = applyFilters( 'stackable.global-settings.global-block-styles.action-buttons', Fragment )
341341

342342
return ( <>
343-
<Flex style={ { marginTop: '24px' } }>
343+
<Flex style={ { marginTop: '24px', justifyContent: 'flex-end' } }>
344344
<ActionButtons { ...propsToPass } />
345345
<FlexItem style={ ! props.blockStyle || ! props.inOptions ? { marginLeft: 'auto' } : {} }>
346346
<Button

0 commit comments

Comments
 (0)