Skip to content

Commit

Permalink
fix previewer controls alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Mar 2, 2025
1 parent 465ceee commit b6a0ab6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/js/features/rewrite-tone/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,12 @@ const RewriteTonePlugin = () => {
<div style={ {
display: 'flex',
flexFlow: 'row nowrap',
justifyContent: 'flex-center',
justifyContent: 'center',
gap: '1rem',
marginTop: '2rem',
marginRight: '1rem',
borderTop: '1px solid #dbdbdb',
paddingTop: '1rem',
} }>
<Button variant="secondary" onClick={ applyResult }>
{ __( 'Apply this result', 'classifai' ) }
Expand Down

0 comments on commit b6a0ab6

Please sign in to comment.