From ed8641741e22e39d560642380694f5db5b949bd4 Mon Sep 17 00:00:00 2001 From: Max <133934232+Kleostro@users.noreply.github.com> Date: Sun, 9 Jun 2024 10:37:56 +0300 Subject: [PATCH] fix: size cart button --- src/widgets/ProductInfo/view/productInfoView.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/ProductInfo/view/productInfoView.scss b/src/widgets/ProductInfo/view/productInfoView.scss index 004f9e2a..5207c312 100644 --- a/src/widgets/ProductInfo/view/productInfoView.scss +++ b/src/widgets/ProductInfo/view/productInfoView.scss @@ -266,7 +266,7 @@ padding: calc(var(--small-offset) / 3) calc(var(--small-offset) / 2); width: 100%; - max-width: 12rem; + max-width: 14rem; } .buttonsWrapper {