mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Fix disabled node cover dimensions
This commit is contained in:
parent
2afa406b7f
commit
e4a52703f9
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user