Skip to content

Commit b37b51b

Browse files
authored
Merge pull request #948 from jfasanobc/STENCIL-3210
STENCIL-3210: Fixed homepage featured products floating left and unec…
2 parents 8e2fb36 + 4a8de8a commit b37b51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scss/layouts/products/_productGrid.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
// scss-lint:disable SelectorDepth, NestingDepth
149149
.product {
150-
@include grid-column(4);
150+
@include grid-column(4, $float: none);
151151
}
152152
}
153153
}

0 commit comments

Comments
 (0)