Skip to content

Commit

Permalink
Fixed Lint Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Jan 18, 2025
1 parent de5238f commit ade92f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/page-patterns/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.page-patterns-preview-field {
display: flex;
justify-content: center;
align-items: center;
align-items: center;
flex-direction: column;
height: 100%;
border-radius: $radius-medium;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.page-templates-preview-field {
display: flex;
justify-content: center;
align-items: center;
align-items: center;
flex-direction: column;
height: 100%;
width: 100%;
Expand Down

0 comments on commit ade92f1

Please sign in to comment.