From b3245da87343b160e3cd8ab2ed2b679beac2c8ab Mon Sep 17 00:00:00 2001 From: Elizabet Oliveira Date: Thu, 17 Nov 2022 13:33:45 +0000 Subject: [PATCH 1/3] Fix bug with vertical cards not growing in width --- 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 082b70f7d95..45c21d8eeee 100644 --- a/src/components/card/card.styles.ts +++ b/src/components/card/card.styles.ts @@ -73,6 +73,7 @@ export const euiCardStyles = ( main: { euiCard__main: css` display: flex; + inline-size: 100%; `, layout: { vertical: css` From f4609148e6be362f9605e3fe0ca268d90de99e85 Mon Sep 17 00:00:00 2001 From: Elizabet Oliveira Date: Thu, 17 Nov 2022 14:20:44 +0000 Subject: [PATCH 2/3] Adding CL --- upcoming_changelogs/6377.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 upcoming_changelogs/6377.md diff --git a/upcoming_changelogs/6377.md b/upcoming_changelogs/6377.md new file mode 100644 index 00000000000..67abbba3bbd --- /dev/null +++ b/upcoming_changelogs/6377.md @@ -0,0 +1,3 @@ +**Bug fixes** + +- Fixed bug in `EuiCard` where inner content in vertical cards were not growing 100% in width \ No newline at end of file From d739d67d5dd68a00bf0fb688249122509f0f81dd Mon Sep 17 00:00:00 2001 From: Elizabet Oliveira Date: Thu, 17 Nov 2022 14:28:42 +0000 Subject: [PATCH 3/3] CL again --- upcoming_changelogs/6377.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upcoming_changelogs/6377.md b/upcoming_changelogs/6377.md index 67abbba3bbd..5fd78265253 100644 --- a/upcoming_changelogs/6377.md +++ b/upcoming_changelogs/6377.md @@ -1,3 +1,3 @@ **Bug fixes** -- Fixed bug in `EuiCard` where inner content in vertical cards were not growing 100% in width \ No newline at end of file +- Fixed bug in `EuiCard` where the inner content in vertical cards was not growing 100% in width \ No newline at end of file