mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: revoked issue height change (#5238)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user