mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
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:
commit
e65f11c95e
@ -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