diff --git a/components/vf-card/CHANGELOG.md b/components/vf-card/CHANGELOG.md index 2e2cb6f94e..763fc9cbbc 100755 --- a/components/vf-card/CHANGELOG.md +++ b/components/vf-card/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.3.1 + +* issue with margin-bottom still in place when using `vf-stack` with `vf-card__content`. + ### 2.3.0 * adds new `--bordered` and `--striped` design variants. diff --git a/components/vf-card/vf-card.scss b/components/vf-card/vf-card.scss index b671978e1a..a18d55fec9 100755 --- a/components/vf-card/vf-card.scss +++ b/components/vf-card/vf-card.scss @@ -175,6 +175,7 @@ // note: as we are adding `vf-stack` to the `vf-card__content` we need to override // the existing `margin-bottom` to the `__title` and __text` components. .vf-card__content.vf-stack { + .vf-card__title, .vf-card__text { margin-bottom: 0; }