Skip to content

Commit

Permalink
fix(storefront): BCTHEME-105 Cornerstone - Body text size above 14px …
Browse files Browse the repository at this point in the history
…is cut off on cart shipping dropdowns (#1881)
  • Loading branch information
yurytut1993 authored Nov 17, 2020
1 parent 9686174 commit 9a214a0
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
- Cornerstone - Body text size above 14px is cut off on cart shipping dropdowns. [#1881](https://github.com/bigcommerce/cornerstone/pull/1881)
- Move Tax Field under Grand Total on Cart when Tax inclusive. [#1903](https://github.com/bigcommerce/cornerstone/pull/1903)
- Added styling config for the PayPal SPB on checkout page [#1866](https://github.com/bigcommerce/cornerstone/pull/1866)

Expand Down
4 changes: 2 additions & 2 deletions assets/scss/components/stencil/cart/_cart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,11 @@ $card-preview-zoom-bottom-offset: 6rem;
}

.form-select {
background-position: right remCalc(5px) top remCalc(7px);
background-position: right remCalc(5px) center;
background-size: remCalc(20px) remCalc(20px);
height: remCalc(32px);
margin-bottom: spacing("half");
padding: spacing("third") spacing("half");
padding: 0 spacing("half");
}

.form-inlineMessage {
Expand Down

0 comments on commit 9a214a0

Please sign in to comment.