From a268a8ed3df3554d35fc5fcf8278798737bc3ada Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Thu, 15 Mar 2018 19:57:40 -0700 Subject: [PATCH 1/2] fix euihealth responsive --- src/components/health/__snapshots__/health.test.js.snap | 2 +- src/components/health/health.js | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/health/__snapshots__/health.test.js.snap b/src/components/health/__snapshots__/health.test.js.snap index 07926a802bf..60ac791e8ed 100644 --- a/src/components/health/__snapshots__/health.test.js.snap +++ b/src/components/health/__snapshots__/health.test.js.snap @@ -7,7 +7,7 @@ exports[`EuiHealth is rendered 1`] = ` data-test-subj="test subject string" >
- + From f127cf87970e8a3b7c99af619a610f22e653815b Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Thu, 15 Mar 2018 20:02:04 -0700 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a356004c13e..d50e5a3274d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ **Bug fixes** +- `EuiHealth` no longer stacks flex items on small screens ([#530](https://github.com/elastic/eui/pull/530)) - Fix `EuiPageContent` centering within `EuiPage` issue ([#527](https://github.com/elastic/eui/pull/527)) # [`0.0.28`](https://github.com/elastic/eui/tree/v0.0.28)