Merge pull request #10502 from mabashian/7668-disabled-node

Fix disabled node cover dimensions

SUMMARY
Closes #7668

ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME

UI

Reviewed-by: Alex Corey <Alex.swansboro@gmail.com>
Reviewed-by: Kersom <None>
Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>
This commit is contained in:
softwarefactory-project-zuul[bot] 2021-07-12 17:38:41 +00:00 committed by GitHub
commit e65f11c95e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;