Skip to content

Commit

Permalink
πŸ’„ Fix style #2701
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Dec 19, 2024
1 parent b815794 commit 515364d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/sections/AnchorLinkList/AnchorLinkList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const AnchorLinkList = forwardRef<HTMLElement, AnchorLinkListProps>(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 (
Expand Down

0 comments on commit 515364d

Please sign in to comment.