Skip to content

Commit 8c2d861

Browse files
committed
chore: gap adjustment policies
1 parent 5c75105 commit 8c2d861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/DisputePreview/Policies.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Container = styled.div`
1616
align-items: center;
1717
flex-direction: row;
1818
flex-wrap: wrap;
19-
gap: 8px ${responsiveSize(16, 24)};
19+
gap: 8px 16px;
2020
padding: ${responsiveSize(16, 20)} ${responsiveSize(16, 32)};
2121
background-color: ${({ theme }) => theme.mediumBlue};
2222
`;

0 commit comments

Comments
 (0)