diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d48893c3620..29970510ce6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ - Added `showOnFocus` prop to `EuiScreenReaderOnly` to force display on keyboard focus ([#2976](https://github.com/elastic/eui/pull/2976)) - Added `EuiSkipLink` component ([#2976](https://github.com/elastic/eui/pull/2976)) +**Bug Fixes** + +- Fixed `EuiDataGrid`'s sort popover to behave properly on mobile screens ([#2979](https://github.com/elastic/eui/pull/2979)) + ## [`20.1.0`](https://github.com/elastic/eui/tree/v20.1.0) - Added `theme` prop to `EuiCodeEditor` in support of `AceEditor` themes ([#2970](https://github.com/elastic/eui/pull/2970)) diff --git a/src/components/datagrid/column_sorting.tsx b/src/components/datagrid/column_sorting.tsx index 87db96c9b7b1..605d90785d64 100644 --- a/src/components/datagrid/column_sorting.tsx +++ b/src/components/datagrid/column_sorting.tsx @@ -229,7 +229,8 @@ export const useColumnSorting = ( + component="span" + responsive={false}> - - {id} - + {id}