martmull
2025-01-27 15:31:47 +01:00
committed by GitHub
parent 68c4f9cb0d
commit 687b61849a

View File

@ -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%;