Skip to content

Commit 3169d4c

Browse files
Remove bottom margin for buttons in compact cards
1 parent ae98ccf commit 3169d4c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/assets/stylesheets/components/_card.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
.nhsuk-card__content {
7272
@include nhsuk-responsive-padding(4);
7373
}
74+
75+
.nhsuk-button-group .nhsuk-button {
76+
@include nhsuk-media-query($from: tablet) {
77+
margin-bottom: 0;
78+
}
79+
}
7480
}
7581

7682
// Align counts across cards

0 commit comments

Comments
 (0)