Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit df30e6f

Browse files
authored
Fix product grids overflowing in some themes (#978)
1 parent 726ed4f commit df30e6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/css/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
}
88

99
.wc-block-grid__product {
10+
box-sizing: border-box;
1011
padding: 0 $gap 0 0;
1112
margin: 0 0 $gap-large 0;
1213
float: none;

0 commit comments

Comments
 (0)