From 515364d7e20e66a5f9e486b8d6add9566bcfa44f Mon Sep 17 00:00:00 2001 From: Padmaja <52911293+padms@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:44:45 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=20Fix=20style=20#2701?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/sections/AnchorLinkList/AnchorLinkList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/sections/AnchorLinkList/AnchorLinkList.tsx b/web/sections/AnchorLinkList/AnchorLinkList.tsx index 9ae2b4d51..9cd72a689 100644 --- a/web/sections/AnchorLinkList/AnchorLinkList.tsx +++ b/web/sections/AnchorLinkList/AnchorLinkList.tsx @@ -29,7 +29,7 @@ const AnchorLinkList = forwardRef(function Anc return `${commonGridStyling} lg:grid-cols-6` default: case 'flex': - return 'grid auto-fill-fr justify-start' + return 'grid grid-cols-auto-fill-fr justify-start' } } return (