Skip to content

Commit

Permalink
Fix image sizing on review modal
Browse files Browse the repository at this point in the history
  • Loading branch information
bookernath committed Nov 5, 2019
1 parent 1395ad5 commit e6f71e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 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
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

img {
@include lazy-loaded-img;
width: 100%;
}

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

0 comments on commit e6f71e1

Please sign in to comment.