martmull
2025-01-27 14:31:47 +00:00
committed by GitHub
parent 68c4f9cb0d
commit 687b61849a
@@ -4,7 +4,7 @@ const StyledWorkflowStepBody = styled.div`
display: flex;
flex-direction: column;
overflow-y: scroll;
padding: ${({ theme }) => theme.spacing(6)};
padding: ${({ theme }) => theme.spacing(4)};
row-gap: ${({ theme }) => theme.spacing(6)};
flex: 1 1 auto;
height: 100%;