Skip to content

Commit

Permalink
Merge pull request #1592 from bookernath/review-modal-image-styling
Browse files Browse the repository at this point in the history
STRF-7334 - Fix image sizing on review modal
  • Loading branch information
bookernath authored Nov 5, 2019
2 parents 1395ad5 + b5b60ed commit e038d3b
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 @@ -2,6 +2,7 @@

## Draft
- Fixes body text color not taking effect for cart item headings on mobile / tablet [#1586](https://github.com/bigcommerce/cornerstone/pull/1586)
- Fix styling of review modal image [#1592](https://github.com/bigcommerce/cornerstone/pull/1592)

## 4.2.1 (2019-10-15)
- Added missing gift certificate translation
Expand Down
4 changes: 4 additions & 0 deletions assets/scss/components/stencil/writeReview/_writeReview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@

img {
@include lazy-loaded-img;
height: 100%;
object-fit: contain;
/* Object-fit polyfill */
font-family: 'object-fit: contain;';
}

@include lazy-loaded-padding('product_size');
Expand Down

0 comments on commit e038d3b

Please sign in to comment.