Skip to content

Commit 9f0d1e3

Browse files
ADCMS-9700 card-group-item bottom space (#12325)
### Related Ticket(s) [ADCMS-9700](https://jsw.ibm.com/browse/ADCMS-9700) ### Description Fixing c4d-card-group-item, I added a space of 16px between cards. <img width="1170" height="1219" alt="image" src="https://github.com/user-attachments/assets/f5e84504-912f-4304-9c16-0453346d6c36" />
1 parent 857f38c commit 9f0d1e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/styles/scss/components/card-group/_card-group.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151

152152
&[grid-mode='condensed'] {
153153
.#{$prefix}--card {
154-
margin-block-end: 0;
154+
margin-block-end: $spacing-05;
155155
}
156156
}
157157

0 commit comments

Comments
 (0)