We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c75105 commit 8c2d861Copy full SHA for 8c2d861
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: 8px ${responsiveSize(16, 24)};
+ gap: 8px 16px;
20
padding: ${responsiveSize(16, 20)} ${responsiveSize(16, 32)};
21
background-color: ${({ theme }) => theme.mediumBlue};
22
`;
0 commit comments