Remove padding for the products query when background is added (#42817)

* Remove padding for the products query with background

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Karol Manijak <20098064+kmanijak@users.noreply.github.com>
This commit is contained in:
Alba Rincón 2023-12-18 11:14:43 +01:00 committed by GitHub
parent 6d4c69850c
commit d5a46a1cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -2,3 +2,7 @@
grid-column-start: 1;
grid-column-end: 3;
}
.products-block-post-template.has-background {
padding: 0;
}

View File

@ -0,0 +1,4 @@
Significance: minor
Type: fix
Remove padding for the products query when background is added