Skip to content

Commit

Permalink
Merge pull request #922 from mjschock/STENCIL-2462
Browse files Browse the repository at this point in the history
STENCIL-2462 - Show 'Write a Review' link for mobile
  • Loading branch information
mjschock authored Feb 15, 2017
2 parents b560d20 + fa9ae14 commit 77f726c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Draft
- Show 'Write a Review' link for mobile [#922] (https://github.com/bigcommerce/stencil/pull/922)

## 1.5.2 (2017-02-14)
- Added a setting to theme editor schema to show/hide the homepage carousel [#909](https://github.com/bigcommerce/stencil/pull/909)
- Prevent carousel images from being cut off on large screens by adding a new setting to theme editor schema [#909](https://github.com/bigcommerce/stencil/pull/909)
Expand Down
4 changes: 3 additions & 1 deletion assets/scss/components/stencil/productView/_productView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,12 @@
vertical-align: middle;

+ .productView-reviewLink {
display: none;
display: block;
margin-left: auto;

@include breakpoint("small") {
display: inline-block;
margin-left: spacing("half");
}
}

Expand Down

0 comments on commit 77f726c

Please sign in to comment.