Merge branch 'develop' of gurusainath:makeplane/plane into feat-global-views

This commit is contained in:
gurusainath 2024-02-13 15:46:24 +05:30
commit 68e8c449c8

View File

@ -86,7 +86,7 @@ export const GanttChartBlocksList: FC<GanttChartBlocksProps> = observer((props)
className="h-full" className="h-full"
style={{ style={{
width: `${itemsContainerWidth}px`, width: `${itemsContainerWidth}px`,
marginTop: `${HEADER_HEIGHT}px`, transform: `translateY(${HEADER_HEIGHT}px)`,
}} }}
> >
{blocks?.map((block) => { {blocks?.map((block) => {