Skip to content

Commit

Permalink
[EuiDataGrid] Fix size of rightmost cell resizer (#4268)
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal authored Nov 18, 2020
1 parent f48a6bc commit aca6223
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ No public interface changes since `30.4.0`.
- Added several Sass mixins for handling of unified focus/hover states ([#4242](https://github.com/elastic/eui/pull/4242))
- Exported `useDataGridColumnSelector`, `useDataGridColumnSorting`, and `useDataGridStyleSelector` hooks ([#4271](https://github.com/elastic/eui/pull/4271))

**Bug fixes**

- Fixed cell resizer overlapping of `EuiDataGrid` rightmost header cell ([#4071](https://github.com/elastic/eui/pull/4268))


**Theme: Amsterdam**

- Unify focus states by leaning into `outline` and restricting to keyboard navigation ([#4242](https://github.com/elastic/eui/pull/4242))
Expand Down
1 change: 1 addition & 0 deletions src/components/datagrid/_data_grid_column_resizer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

.euiDataGridColumnResizer {
right: 0;
width: $euiSize / 2;

&:after {
left: auto;
Expand Down

0 comments on commit aca6223

Please sign in to comment.