diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f3f391be..40e234b772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- Product link has incorrect voice over focus on Cart Page. [#1830](https://github.com/bigcommerce/cornerstone/pull/1830) - Create unified focus styling in Cornerstone. [#1812](https://github.com/bigcommerce/cornerstone/pull/1812) - Review link in quick modal focused twice. [#1797](https://github.com/bigcommerce/cornerstone/pull/1797) - Fixed product image doesn't change on click when viewing a product with multiple images in IE11 [#1748](https://github.com/bigcommerce/cornerstone/pull/1748) diff --git a/assets/scss/components/stencil/cart/_cart.scss b/assets/scss/components/stencil/cart/_cart.scss index 7cf8dec342..69277b7611 100644 --- a/assets/scss/components/stencil/cart/_cart.scss +++ b/assets/scss/components/stencil/cart/_cart.scss @@ -275,6 +275,11 @@ $cart-item-label-offset: $cart-thumbnail-maxWidth + $cart-item-sp .cart-item-name { font-size: fontSize("smaller"); margin: 0; + display: inline-block; + + &__label { + display: inline-block; + } + .definitionList { margin-top: spacing("quarter"); diff --git a/templates/components/cart/content.html b/templates/components/cart/content.html index 79f3423d54..3d0a7ac508 100644 --- a/templates/components/cart/content.html +++ b/templates/components/cart/content.html @@ -27,7 +27,9 @@ {{#if brand.name}}

{{brand.name}}

{{/if}} -

{{name}}

+

+ {{name}} +

{{#if release_date}}

({{release_date}})

{{/if}}