We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9eba67 commit 875fcadCopy full SHA for 875fcad
web/src/components/DisputePreview/Policies.tsx
@@ -16,7 +16,7 @@ const Container = styled.div`
16
align-items: center;
17
flex-direction: row;
18
flex-wrap: wrap;
19
- gap: ${responsiveSize(16, 24)};
+ gap: 8px ${responsiveSize(16, 24)};
20
padding: ${responsiveSize(16, 20)} ${responsiveSize(16, 32)};
21
background-color: ${({ theme }) => theme.mediumBlue};
22
`;
0 commit comments