[WEB-4112] fix: update list in initiatives list view #3163

This commit is contained in:
Akshita Goyal
2025-05-25 02:11:33 +05:30
committed by GitHub
parent d0e2ce1087
commit 412df28925

View File

@@ -94,6 +94,7 @@ export const InitiativeBlock = observer((props: Props) => {
}
isMobile={isMobile}
parentRef={parentRef}
itemClassName={"!overflow-visible flex-wrap md:flex-nowrap"}
/>
);
});