From 5ff203e8f302f8b13243d6c5668bd6e1659f5a88 Mon Sep 17 00:00:00 2001 From: cchaos Date: Fri, 25 May 2018 14:11:52 -0400 Subject: [PATCH 1/2] Fixed alignment of breadcrumb slashes when truncating --- src/components/breadcrumbs/_breadcrumbs.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/breadcrumbs/_breadcrumbs.scss b/src/components/breadcrumbs/_breadcrumbs.scss index bfbc97deb01..c150e59e000 100644 --- a/src/components/breadcrumbs/_breadcrumbs.scss +++ b/src/components/breadcrumbs/_breadcrumbs.scss @@ -70,5 +70,6 @@ max-width: 150px; text-overflow: ellipsis; overflow: hidden; + vertical-align: top; // overflow hidden causes misalignment of links and slashes, this fixes that } } From d398fdf7d220128222aa9a5b86ab3e23874cc1a7 Mon Sep 17 00:00:00 2001 From: cchaos Date: Fri, 25 May 2018 14:14:13 -0400 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5823fba4237..4b19dd71336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - Added FF/IE fallback for `.eui-textBreakWord` ([#864](https://github.com/elastic/eui/pull/864)) - Fixed `EuiCard` description text color when used in/as an anchor tag ([#864](https://github.com/elastic/eui/pull/864)) - Fixed `EuiCard` IE bugs ([#864](https://github.com/elastic/eui/pull/864)) +- Fixed `EuiBreadcrumb` slash alignment when truncating ([#878](https://github.com/elastic/eui/pull/878)) ## [`0.0.49`](https://github.com/elastic/eui/tree/v0.0.49)