Skip to content

Commit

Permalink
Fix "Marketing & Merchandising" padding on store management panel (#3…
Browse files Browse the repository at this point in the history
…8088)

* Add a 24px spacing between the Manage my store header and the Marketing & Merchandising heading

* Add changelog

* Update store management card style

* Update .woocommerce-store-management-links__card-body padding
  • Loading branch information
chihsuan committed May 10, 2023
1 parent 956d09c commit 687549d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
@@ -1,5 +1,3 @@
// Setting a custom size that is not recognised by the <CardBody> allows us to override the card's default padding sizes.
// We need to do this to allow item hover backgrounds to stretch the whole card body.
.woocommerce-store-management-links__card-body.is-size-custom {
padding: 24px 0 8px 0;
.woocommerce-store-management-links__card-body {
padding-top: $gap;
}
4 changes: 4 additions & 0 deletions plugins/woocommerce/changelog/fix-manage-store-panel-padding
@@ -0,0 +1,4 @@
Significance: patch
Type: tweak

Add a 24px spacing to store management body

0 comments on commit 687549d

Please sign in to comment.