Fix disabled node cover dimensions

This commit is contained in:
mabashian 2021-06-23 12:49:40 -04:00
parent 2afa406b7f
commit e4a52703f9

View File

@ -35,10 +35,13 @@ const NodeContents = styled.div`
padding: 0px 10px;
background-color: ${props =>
props.isInvalidLinkTarget ? '#D7D7D7' : '#FFFFFF'};
height: 100%;
display: flex;
justify-content: center;
align-items: center;
`;
const NodeResourceName = styled.p`
margin-top: 20px;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;