Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix mini cart aligment issue in Editor view (#7387)
Browse files Browse the repository at this point in the history
More info: #7195
  • Loading branch information
imanish003 authored and sunyatasattva committed Oct 22, 2022
1 parent 4a19d70 commit aa556b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Edit = (): JSX.Element => {
return (
<div { ...blockProps }>
<Noninteractive>
<Block />
<Block className="is-mobile" />
</Noninteractive>
</div>
);
Expand Down

0 comments on commit aa556b3

Please sign in to comment.