Skip to content

Commit

Permalink
small variant
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jun 3, 2024
1 parent 33080b2 commit 9a44348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-actions/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ function ReorderModal( { items, closeModal, onActionPerformed } ) {

return (
<form onSubmit={ onReorder }>
<VStack spacing="5" style={ { maxWidth: 350 } }>
<VStack spacing="5" style={ { maxWidth: 384 } }>
<div>
{ __(
'This attribute determines the order of pages in the Pages List block.'
Expand Down

0 comments on commit 9a44348

Please sign in to comment.