From a473531e8f8585e4f033fd35488d37e84d22e845 Mon Sep 17 00:00:00 2001 From: MahmoudRizk Date: Sat, 5 Jun 2021 21:12:37 +0200 Subject: [PATCH] Fix Category list layout overlapping. --- src/categories/components/CategoryList/CategoryList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/categories/components/CategoryList/CategoryList.tsx b/src/categories/components/CategoryList/CategoryList.tsx index e4fe80f32..1f4685aea 100644 --- a/src/categories/components/CategoryList/CategoryList.tsx +++ b/src/categories/components/CategoryList/CategoryList.tsx @@ -18,7 +18,7 @@ const useStyles = makeStyles( theme => ({ [theme.breakpoints.up("lg")]: { colName: { - width: 840 + width: "auto" }, colProducts: { width: 160