Skip to content

Commit

Permalink
Try modal dialog small size.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Dec 13, 2024
1 parent 289df2f commit b1d50ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-site/src/components/save-panel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export default function SavePanel() {
className="edit-site-save-panel__modal"
onRequestClose={ onClose }
title={ __( 'Review changes' ) }
size="small"
>
<_EntitiesSavedStates onClose={ onClose } isWithinModalDialog />
</Modal>
Expand Down

0 comments on commit b1d50ec

Please sign in to comment.