Skip to content

Commit

Permalink
Remove unnecessary style
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jul 16, 2024
1 parent ed7cc91 commit b56cbde
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/editor/src/components/post-actions/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -678,13 +678,7 @@ function ReorderModal( { items, closeModal, onActionPerformed } ) {
orderInput?.trim?.() === '';
return (
<form onSubmit={ onOrder }>
<VStack
spacing="5"
style={ {
// editor styles are not loaded in dataviews so we use an inline style here.
maxWidth: 384 - 32 - 32 - 6 - 6,
} }
>
<VStack spacing="5">
<div>
{ __(
'Determines the order of pages. Pages with the same order value are sorted alphabetically. Negative order values are supported.'
Expand Down

0 comments on commit b56cbde

Please sign in to comment.