From d3758825770b2545f4b6bcf4003f39de78819183 Mon Sep 17 00:00:00 2001 From: Azizbek Rasulov Date: Mon, 27 Jun 2022 13:10:29 +0500 Subject: [PATCH] fixed styles for FF and Safari --- .../component/ProductCompareItem/ProductCompareItem.style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/scandipwa/src/component/ProductCompareItem/ProductCompareItem.style.scss b/packages/scandipwa/src/component/ProductCompareItem/ProductCompareItem.style.scss index 78fe70811e..59409b9e99 100644 --- a/packages/scandipwa/src/component/ProductCompareItem/ProductCompareItem.style.scss +++ b/packages/scandipwa/src/component/ProductCompareItem/ProductCompareItem.style.scss @@ -66,12 +66,12 @@ } &-AddToCartBtnWrapper { + width: 100%; display: block; margin: 0; } &-AddToCartBtn { - flex: 0 0 auto; width: 222px; }