Skip to content

Commit 4f6f48d

Browse files
author
Michael Schock
committed
STRF-4158 - Fix Bold Featured Products Clickability
1 parent 8422210 commit 4f6f48d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Draft
44
- Fixes functionality of carousel links in IE and Edge. [#1093](https://github.com/bigcommerce/cornerstone/pull/1093)
55
- Add image width & height for carousel images. [#1126](https://github.com/bigcommerce/cornerstone/pull/1126)
6+
- Fix Bold featured products clickability. [#1130](https://github.com/bigcommerce/cornerstone/pull/1130)
67

78
## 1.10.0 (2017-11-15)
89
- Fix spaces in faceted search option names [#1113](https://github.com/bigcommerce/cornerstone/pull/1113)

assets/scss/layouts/products/_productGrid.scss

+2
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@
145145
@include breakpoint("medium") {
146146
@include grid-column(12);
147147

148+
float: none;
149+
148150
// scss-lint:disable SelectorDepth, NestingDepth
149151
.product {
150152
@include grid-column(4, $float: none);

0 commit comments

Comments
 (0)