From 7e93e7bbc905c7c6769a52ea817a1fb7255076eb Mon Sep 17 00:00:00 2001 From: Elizabet Oliveira Date: Tue, 22 Nov 2022 13:37:13 +0000 Subject: [PATCH 1/2] [EuiCard] Fix bug where footer were not getting aligned to the bottom --- src/components/card/card.styles.ts | 1 + 1 file changed, 1 insertion(+) 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` From 297522fa23e815ddaf0ac5bfeb9de265830a86a9 Mon Sep 17 00:00:00 2001 From: Elizabet Oliveira Date: Tue, 22 Nov 2022 14:05:08 +0000 Subject: [PATCH 2/2] Adding CL --- upcoming_changelogs/6424.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 upcoming_changelogs/6424.md 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