Skip to content

Commit

Permalink
Update modal class
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Nov 26, 2021
1 parent f3e99e4 commit 9baee55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -50,7 +50,7 @@ export default function RenameMenuItem( { template, onClose } ) {
onRequestClose={ () => {
setIsModalOpen( false );
} }
overlayClassName="edit-site-template__modal"
overlayClassName="edit-site-list__rename-modal"
>
<form onSubmit={ onTemplateRename }>
<Flex align="flex-start" gap={ 8 }>
Expand All @@ -64,7 +64,7 @@ export default function RenameMenuItem( { template, onClose } ) {
</Flex>

<Flex
className="edit-site-template__modal-actions"
className="edit-site-list__rename-modal-actions"
justify="flex-end"
expanded={ false }
>
Expand Down
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/list/style.scss
Expand Up @@ -121,7 +121,7 @@
}
}

.edit-site-template__modal {
.edit-site-list__rename-modal {
.components-base-control {
@include break-medium() {
width: $grid-unit * 40;
Expand All @@ -137,7 +137,7 @@
}
}

.edit-site-template__modal-actions {
.edit-site-list__rename-modal-actions {
margin-top: $grid-unit-15;
}

Expand Down

0 comments on commit 9baee55

Please sign in to comment.