Skip to content

Commit

Permalink
fix: card content height (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
melniiv authored Jul 10, 2024
1 parent 6bbcf55 commit 7ea325c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/core/card/card.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7ea325c

Please sign in to comment.