Skip to content

Commit

Permalink
[EuiCard] Fix bug with vertical cards not growing 100% in width (#6377)
Browse files Browse the repository at this point in the history
* Fix bug with vertical cards not growing in width

* Adding CL

* CL again
  • Loading branch information
elizabetdev authored Nov 17, 2022
1 parent 1a4b156 commit 2e967a5
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 @@ -73,6 +73,7 @@ export const euiCardStyles = (
main: {
euiCard__main: css`
display: flex;
inline-size: 100%;
`,
layout: {
vertical: css`
Expand Down
3 changes: 3 additions & 0 deletions upcoming_changelogs/6377.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Bug fixes**

- Fixed bug in `EuiCard` where the inner content in vertical cards was not growing 100% in width

0 comments on commit 2e967a5

Please sign in to comment.