Skip to content

Commit 5dfcfbd

Browse files
committed
fix: editor alignment
1 parent cf68793 commit 5dfcfbd

File tree

1 file changed

+1
-1
lines changed
  • src/blocks/my-account-button

1 file changed

+1
-1
lines changed

src/blocks/my-account-button/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function MyAccountButtonEdit( { attributes, setAttributes } ) {
9696
</BlockControls>
9797
) }
9898
<div className={ classnames( 'wp-block-buttons', blockClassName ) }>
99-
<div className="wp-block-button">
99+
<div className="wp-block-button" style={ { display: 'flex' } }>
100100
<div { ...blockProps }>
101101
{ isIconVisible && (
102102
<span className="wp-block-newspack-my-account-button__icon" aria-hidden="true">

0 commit comments

Comments
 (0)