Gap fixes on search record (#12766)
As title See : https://discord.com/channels/1130383047699738754/1385199391580885012 https://discord.com/channels/1130383047699738754/1385198545312809083
This commit is contained in:
@ -16,7 +16,7 @@ const StyledContainer = styled.div<{ isGrayBackground?: boolean }>`
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
gap: ${({ theme }) => theme.spacing(2)};
|
||||
gap: ${({ theme }) => theme.spacing(6)};
|
||||
padding: ${({ theme }) => theme.spacing(2)};
|
||||
`;
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ const StyledContainer = styled.div`
|
||||
align-items: start;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: ${({ theme }) => theme.spacing(1)};
|
||||
gap: ${({ theme }) => theme.spacing(2)};
|
||||
`;
|
||||
|
||||
const StyledChildContainer = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user