Skip to content

Commit f1f1123

Browse files
committed
Add padding-top to the badge
1 parent c84285b commit f1f1123

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotcom-rendering/src/components/SponsoredContentLabel.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ const wrapperStyles = css`
2121
display: flex;
2222
gap: ${space[2]}px;
2323
justify-content: end;
24+
padding-top: ${space[4]}px;
2425
2526
${from.leftCol} {
2627
padding-right: 10px;
28+
padding-top: ${space[9]}px;
2729
}
2830
`;
2931

0 commit comments

Comments
 (0)