Fix rightDrawer padding (#9869)
Fixes https://discord.com/channels/1130383047699738754/1331236153713627157 ## Before  ## After 
This commit is contained in:
@ -4,7 +4,7 @@ const StyledWorkflowStepBody = styled.div`
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
padding: ${({ theme }) => theme.spacing(6)};
|
padding: ${({ theme }) => theme.spacing(4)};
|
||||||
row-gap: ${({ theme }) => theme.spacing(6)};
|
row-gap: ${({ theme }) => theme.spacing(6)};
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user