Skip to content

Commit d5a46a1

Browse files
albaringithub-actionskmanijak
authored
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 <[email protected]> Co-authored-by: Karol Manijak <[email protected]>
1 parent 6d4c698 commit d5a46a1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

plugins/woocommerce-blocks/assets/js/blocks/product-query/editor.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
grid-column-start: 1;
33
grid-column-end: 3;
44
}
5+
6+
.products-block-post-template.has-background {
7+
padding: 0;
8+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: fix
3+
4+
Remove padding for the products query when background is added

0 commit comments

Comments
 (0)