update blacnk space added hieght

This commit is contained in:
Abhinav 2021-11-01 18:07:20 +05:30
parent e25e2e4e43
commit 445bc64731

View file

@ -149,7 +149,7 @@ function RenderCreationTime({
)}
</Value>
</Row>
{isInEditMode && <div style={{ height: '200px' }} />}
{isInEditMode && <div style={{ height: '205px' }} />}
</>
);
}