From c58b16cba674d65679cd53140142483ced994660 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Thu, 14 Dec 2023 14:51:04 +0500 Subject: [PATCH] web: only auto align title & headline --- apps/web/src/components/list-item/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/src/components/list-item/index.tsx b/apps/web/src/components/list-item/index.tsx index bec3656ca..e070b4faf 100644 --- a/apps/web/src/components/list-item/index.tsx +++ b/apps/web/src/components/list-item/index.tsx @@ -117,7 +117,6 @@ function ListItem( }); }} tabIndex={-1} - dir="auto" sx={{ pl: 1, pr: 2, @@ -170,6 +169,7 @@ function ListItem( {typeof props.title === "string" ? ( (