Skip to content

Commit 135132f

Browse files
committed
Use space value for padding inside top border
1 parent 3798369 commit 135132f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/InteractiveBlockComponent.importable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const wrapperStyle = ({
118118
${isDatawrapperGraphic
119119
? `
120120
border-top: 1px solid ${themePalette('--branding-border')};
121-
padding-top: 8px;
121+
padding-top: ${space[2]}px;
122122
`
123123
: ''}
124124
`;

0 commit comments

Comments
 (0)