Skip to content

Commit

Permalink
fix: correct button stacking on sent newsletters (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford authored Nov 8, 2024
1 parent 44f879e commit 4e2688e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/send-button/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export default compose( [
// For sent newsletters, display the generic button text.
if ( isPublished || sent ) {
return (
<Fragment>
<div style={{ display: 'flex' }}>
<PreviewHTMLButton />
<Button
className="editor-post-publish-button"
Expand Down Expand Up @@ -294,7 +294,7 @@ export default compose( [
</div>
</Modal>
) }
</Fragment>
</div>
);
}

Expand Down

0 comments on commit 4e2688e

Please sign in to comment.