Skip to content

Commit

Permalink
[EuiCard] Fix bug where footer were not getting aligned to the bottom (
Browse files Browse the repository at this point in the history
…#6424)

* [EuiCard] Fix bug where footer were not getting aligned to the bottom

* Adding CL
  • Loading branch information
miukimiu authored Nov 22, 2022
1 parent abb925a commit 0a2504a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/card/card.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const euiCardStyles = (
euiCard__main: css`
display: flex;
inline-size: 100%;
flex-grow: 1;
`,
layout: {
vertical: css`
Expand Down
3 changes: 3 additions & 0 deletions upcoming_changelogs/6424.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Bug fixes**

- Fix bug in `EuiCard` where footer were not aligned to the bottom of the card

0 comments on commit 0a2504a

Please sign in to comment.