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:
parent
956d09c34b
commit
687549dc6b
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Add a 24px spacing to store management body
|
Loading…
Reference in New Issue