Fix "Marketing & Merchandising" padding on store management panel (#38088)

* 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
This commit is contained in:
Chi-Hsuan Huang 2023-05-10 13:02:22 +08:00 committed by GitHub
parent 956d09c34b
commit 687549dc6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -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;
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Add a 24px spacing to store management body