diff --git a/packages/scandipwa/src/component/ProductCompareItem/ProductCompareItem.style.scss b/packages/scandipwa/src/component/ProductCompareItem/ProductCompareItem.style.scss index 5d0f3a10a1..f8f682e2be 100644 --- a/packages/scandipwa/src/component/ProductCompareItem/ProductCompareItem.style.scss +++ b/packages/scandipwa/src/component/ProductCompareItem/ProductCompareItem.style.scss @@ -70,7 +70,7 @@ } &-AddToCartBtn { - width: 222px; + width: 100%; } &-CloseBtn { @@ -78,4 +78,8 @@ position: absolute; margin-block-start: -4px; } + + .ProductWishlistButton { + margin-inline: 16px; + } }