Skip to content

Commit

Permalink
fix: cards fix (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
melniiv authored Oct 8, 2024
1 parent 03cab38 commit 8647aec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-alpha302",
"version": "1.0.0-alpha303",
"description": "React components for displaying Headless CMS content according to guidelines set by HDS",
"main": "cjs/index.js",
"module": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/core/card/card.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@
&.fixed-vertical,
&.responsive {
& > :first-child {
flex: 1;
flex: auto;
}

& > :last-child {
flex: 1;
flex: auto;
}
}

Expand Down

0 comments on commit 8647aec

Please sign in to comment.