fix: revoked issue height change (#5238)

This commit is contained in:
Akshita Goyal
2024-07-26 13:38:26 +05:30
committed by GitHub
parent d0e68cdcfb
commit dfcba4dfc1

View File

@@ -122,7 +122,7 @@ export const IssueBlockRoot: FC<Props> = observer((props) => {
<DropIndicator classNames={"absolute top-0 z-[2]"} isVisible={instruction === "DRAG_OVER"} />
<RenderIfVisible
key={`${issueId}`}
defaultHeight="inherit"
defaultHeight="3rem"
root={containerRef}
classNames={`relative ${isLastChild && !isExpanded ? "" : "border-b border-b-custom-border-200"}`}
verticalOffset={100}