Skip to content

Commit

Permalink
Merge pull request #1019 from sacr3dc0w/product-image-overlap
Browse files Browse the repository at this point in the history
Product Images obscure product details on smaller viewports
  • Loading branch information
PreciselyAlyss committed Jun 27, 2017
2 parents 5171f9d + 9fd0ea2 commit d1b98a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Product Images were obscuring product details on smaller viewports [#1019](https://github.com/bigcommerce/cornerstone/pull/1019)

## 1.8.2 (2017-06-23)
- Swaps `writeReview` for `write_review` to fix email link issue [#1017](https://github.com/bigcommerce/cornerstone/pull/1017)
Expand Down
4 changes: 2 additions & 2 deletions assets/scss/components/stencil/productView/_productView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
margin: 0;

@include breakpoint("medium") {
min-height: 500px;
min-width: 500px;
min-height: 366px;
min-width: 366px;
}

img {
Expand Down

0 comments on commit d1b98a1

Please sign in to comment.