mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
Fix disabled node cover dimensions
This commit is contained in:
@@ -35,10 +35,13 @@ const NodeContents = styled.div`
|
|||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
background-color: ${props =>
|
background-color: ${props =>
|
||||||
props.isInvalidLinkTarget ? '#D7D7D7' : '#FFFFFF'};
|
props.isInvalidLinkTarget ? '#D7D7D7' : '#FFFFFF'};
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const NodeResourceName = styled.p`
|
const NodeResourceName = styled.p`
|
||||||
margin-top: 20px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
Reference in New Issue
Block a user