Skip to content

Commit 4a086f6

Browse files
Merge pull request #14872 from guardian/filter/adjust-button-spacing
increase the gap between two buttons on the leftcol card
2 parents 3fa7374 + 9a68dd6 commit 4a086f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/ProductCardLeftCol.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const buttonContainer = css`
6666
padding-bottom: ${space[6]}px;
6767
min-width: 100%;
6868
display: grid;
69-
row-gap: ${space[1]}px;
69+
row-gap: ${space[3]}px;
7070
`;
7171
const customAttributesContainer = css`
7272
border-top: 1px solid ${palette('--section-border')};

0 commit comments

Comments
 (0)