Skip to content

Commit

Permalink
change css for product productCarousel -> slick-track
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-zoharmuzafi committed Aug 1, 2018
1 parent efb124e commit ca0f3cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Style active section in search results. [#1316](https://github.com/bigcommerce/cornerstone/pull/1316)
- Fix blog_post import statement in app.js [#1301](https://github.com/bigcommerce/cornerstone/pull/1301)
- Show carousel dots only when carousel has more than one slide. [#1319](https://github.com/bigcommerce/cornerstone/pull/1319)
- New products left align. [1321](https://github.com/bigcommerce/cornerstone/pull/1321)

## 2.2.1 (2018-07-10)
- Fix wishlist dropdown background color bleeding out of container [#1283](https://github.com/bigcommerce/cornerstone/pull/1283)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@
margin-bottom: 0;
}
}

.productCarousel .slick-track {
width: auto !important;
}

0 comments on commit ca0f3cd

Please sign in to comment.