diff --git a/package.json b/package.json index 040d47d..1e07f53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-helsinki-headless-cms", - "version": "1.0.0-alpha290", + "version": "1.0.0-alpha291", "description": "React components for displaying Headless CMS content according to guidelines set by HDS", "main": "cjs/index.js", "module": "index.js", diff --git a/src/core/card/card.module.scss b/src/core/card/card.module.scss index e9711f8..c62234c 100644 --- a/src/core/card/card.module.scss +++ b/src/core/card/card.module.scss @@ -268,6 +268,7 @@ justify-content: space-between; position: relative; align-self: stretch; + flex: 1; @include respond_below(s) { background-color: var(--color-white) !important;