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:
parent
6d4c69850c
commit
d5a46a1cfb
|
@ -2,3 +2,7 @@
|
|||
grid-column-start: 1;
|
||||
grid-column-end: 3;
|
||||
}
|
||||
|
||||
.products-block-post-template.has-background {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: fix
|
||||
|
||||
Remove padding for the products query when background is added
|
Loading…
Reference in New Issue