From 819ced4cb3feca1535182cde98b7a8ae3aeee131 Mon Sep 17 00:00:00 2001 From: "Nihantra C. Patel" <141945075+Nihantra-Patel@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:24:17 +0530 Subject: [PATCH] fix: Add to Cart button width for Mobile/Tablet --- erpnext/public/scss/shopping_cart.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/public/scss/shopping_cart.scss b/erpnext/public/scss/shopping_cart.scss index 6ae464d2c21..36e2cf9cd0a 100644 --- a/erpnext/public/scss/shopping_cart.scss +++ b/erpnext/public/scss/shopping_cart.scss @@ -444,7 +444,7 @@ body.product-page { width: 30%; @media (max-width: 992px) { - width: 40%; + width: 50%; } } } @@ -1378,4 +1378,4 @@ body.product-page { .mt-minus-1 { margin-top: -1rem; -} \ No newline at end of file +}