From 0a2504a1ec0b924922778825af751a93014d8521 Mon Sep 17 00:00:00 2001 From: Elizabet Oliveira Date: Tue, 22 Nov 2022 15:57:23 +0000 Subject: [PATCH] [EuiCard] Fix bug where footer were not getting aligned to the bottom (#6424) * [EuiCard] Fix bug where footer were not getting aligned to the bottom * Adding CL --- src/components/card/card.styles.ts | 1 + upcoming_changelogs/6424.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 upcoming_changelogs/6424.md diff --git a/src/components/card/card.styles.ts b/src/components/card/card.styles.ts index 45c21d8eeee..ba57c5c47c7 100644 --- a/src/components/card/card.styles.ts +++ b/src/components/card/card.styles.ts @@ -74,6 +74,7 @@ export const euiCardStyles = ( euiCard__main: css` display: flex; inline-size: 100%; + flex-grow: 1; `, layout: { vertical: css` diff --git a/upcoming_changelogs/6424.md b/upcoming_changelogs/6424.md new file mode 100644 index 00000000000..4971096298d --- /dev/null +++ b/upcoming_changelogs/6424.md @@ -0,0 +1,3 @@ +**Bug fixes** + +- Fix bug in `EuiCard` where footer were not aligned to the bottom of the card