From 2b35c54f77e6be81aa9f8cb9dab4e89b8bf8a0e4 Mon Sep 17 00:00:00 2001 From: wenchong <18256786+wenchonglee@users.noreply.github.com> Date: Thu, 4 Mar 2021 21:41:17 +0800 Subject: [PATCH 1/3] Fixed EuiComboBox options list misalignment --- .../combo_box_options_list/_combo_box_options_list.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/combo_box/combo_box_options_list/_combo_box_options_list.scss b/src/components/combo_box/combo_box_options_list/_combo_box_options_list.scss index 54ae77baabd..f1e0e28e6f9 100644 --- a/src/components/combo_box/combo_box_options_list/_combo_box_options_list.scss +++ b/src/components/combo_box/combo_box_options_list/_combo_box_options_list.scss @@ -5,6 +5,7 @@ .euiComboBoxOptionsList { // Remove transforms from popover panel transform: none !important; // sass-lint:disable-line no-important + top: 0; &.euiPopover__panel-isAttached.euiComboBoxOptionsList--top { /* 1 */ @include euiBottomShadowFlat; From 84a9756899fc31924e145ac0a871468d2c8e5c06 Mon Sep 17 00:00:00 2001 From: wenchong <18256786+wenchonglee@users.noreply.github.com> Date: Thu, 4 Mar 2021 22:22:47 +0800 Subject: [PATCH 2/3] Added changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05158a97ece..4a88153fa60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Fixed hover effect of nested clickable rows in `EuiBasicTable` ([#4566](https://github.com/elastic/eui/pull/4566)) - Fixed visual bug in drag&drop sections when nested in an popover ([#4590](https://github.com/elastic/eui/pull/4590)) - Fixed an errant export of `EuiSideNavProps` type from JS code ([#4604](https://github.com/elastic/eui/pull/4604)) +- Fixed misalignment `EuiComboBox` options list ([#4607](https://github.com/elastic/eui/pull/4607)) ## [`31.9.1`](https://github.com/elastic/eui/tree/v31.9.1) From 4bbc4b5f4b4360a716bb3e0ad31b4bd22dbfdd06 Mon Sep 17 00:00:00 2001 From: Greg Thompson Date: Fri, 5 Mar 2021 08:43:13 -0600 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f2c584d74..6091057a7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - Fixed hover effect of nested clickable rows in `EuiBasicTable` ([#4566](https://github.com/elastic/eui/pull/4566)) - Fixed visual bug in drag&drop sections when nested in an popover ([#4590](https://github.com/elastic/eui/pull/4590)) - Fixed an errant export of `EuiSideNavProps` type from JS code ([#4604](https://github.com/elastic/eui/pull/4604)) -- Fixed misalignment `EuiComboBox` options list ([#4607](https://github.com/elastic/eui/pull/4607)) +- Fixed misaligned `EuiComboBox` options list ([#4607](https://github.com/elastic/eui/pull/4607)) ## [`31.9.1`](https://github.com/elastic/eui/tree/v31.9.1)