Fix misalignment node approval timeout

Fix misalignment node approval timeout

closes:https://github.com/ansible/awx/issues/10515
This commit is contained in:
nixocio
2021-07-21 09:27:15 -04:00
parent 872513617e
commit 10c8480247

View File

@@ -40,6 +40,7 @@ TimeoutInput.displayName = 'TimeoutInput';
const TimeoutLabel = styled.p`
margin-left: 10px;
min-width: fit-content;
`;
function NodeTypeStep() {