Skip to content

Commit a554598

Browse files
macandcheesebenelan
authored andcommitted
fix(card-group): Restore default gap spacing (#11638)
**Related Issue:** #11637 ## Summary Updates token to restore card group gap
1 parent a6d7df7 commit a554598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/calcite-components/src/components/card-group/card-group.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.container {
1515
display: flex;
1616
flex-wrap: wrap;
17-
gap: var(--calcite-card-group-space, var(--calcite-card-group-gap, var(--calcite-spacing-base)));
17+
gap: var(--calcite-card-group-space, var(--calcite-card-group-gap, var(--calcite-spacing-md)));
1818
}
1919

2020
@include base-component();

0 commit comments

Comments
 (0)