This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: feed item not expanding to container width

+1 -1
+1 -1
src/webapp/features/feeds/containers/myFeedContainer/MyFeedContainer.tsx
··· 65 65 isLoading={isFetchingNextPage} 66 66 loadMore={fetchNextPage} 67 67 > 68 - <Stack gap={'xl'} mx={'auto'} maw={600}> 68 + <Stack gap={'xl'} mx={'auto'} maw={600} w={'100%'}> 69 69 <Stack gap={60}> 70 70 {allActivities.map((item) => ( 71 71 <FeedItem key={item.id} item={item} />