From 174a7b75f5de699cf1c17077343d8601ce20d8c9 Mon Sep 17 00:00:00 2001 From: moaz_dw Date: Sun, 7 Jul 2024 12:24:24 +0300 Subject: [PATCH] fix product description --- src/Components/Home/ProductCard.tsx | 2 +- src/Styles/Page/Product.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Home/ProductCard.tsx b/src/Components/Home/ProductCard.tsx index 8cdd963..aa0a213 100644 --- a/src/Components/Home/ProductCard.tsx +++ b/src/Components/Home/ProductCard.tsx @@ -78,7 +78,7 @@ const ProductCard = ({ item }: { item: Product }) => {
handle_click(item?.base_product_id)} />

{languageObject(item?.name)}

-

Description: {result}

+
Description: {result}
{/*

{Currency} {oldPrice}

diff --git a/src/Styles/Page/Product.scss b/src/Styles/Page/Product.scss index f64ff4d..6a9fed6 100644 --- a/src/Styles/Page/Product.scss +++ b/src/Styles/Page/Product.scss @@ -274,5 +274,5 @@ } .desc{ font-size: 14px !important; - min-height: 60px; + min-height: 40px; } \ No newline at end of file