diff --git a/CHANGELOG.md b/CHANGELOG.md index 1702e323cc..51f7d64b6d 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) - Wishlist first option has no bottom outline when in focus. [#1825](https://github.com/bigcommerce/cornerstone/pull/1825) - Carousel hidden when one or more of its images not found. [#1816](https://github.com/bigcommerce/cornerstone/pull/1816) - Rating and Other filter sections should be accessible by keyboard. [#1838](https://github.com/bigcommerce/cornerstone/pull/1838) diff --git a/assets/scss/components/stencil/cart/_cart.scss b/assets/scss/components/stencil/cart/_cart.scss index b7d20af036..1e8a70c9f2 100644 --- a/assets/scss/components/stencil/cart/_cart.scss +++ b/assets/scss/components/stencil/cart/_cart.scss @@ -279,6 +279,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 119b21c432..d3b7b2d50b 100644 --- a/templates/components/cart/content.html +++ b/templates/components/cart/content.html @@ -32,7 +32,9 @@ {{#if brand.name}}

{{brand.name}}

{{/if}} -

{{name}}

+

+ {{name}} +

{{#if release_date}}

({{release_date}})

{{/if}}