Merge pull request #10700 from nixocio/ui_misalignment

Fix misalignment node approval timeout
This commit is contained in:
Sarah Akus 2021-07-21 12:05:41 -04:00 committed by GitHub
commit 9b7ef9ba21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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