We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d7df7 commit a554598Copy full SHA for a554598
packages/calcite-components/src/components/card-group/card-group.scss
@@ -14,7 +14,7 @@
14
.container {
15
display: flex;
16
flex-wrap: wrap;
17
- gap: var(--calcite-card-group-space, var(--calcite-card-group-gap, var(--calcite-spacing-base)));
+ gap: var(--calcite-card-group-space, var(--calcite-card-group-gap, var(--calcite-spacing-md)));
18
}
19
20
@include base-component();
0 commit comments