Skip to content

Commit

Permalink
[EuiDataGrid] Fix over-eager visual cutoff on cell contents (#7320)
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen authored Oct 26, 2023
1 parent ece5046 commit 9f1ada5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/datagrid/_data_grid_data_row.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
.euiDataGridRowCell__contentWrapper {
position: relative; // Needed for .euiDataGridRowCell__actions--overlay
height: 100%;
overflow: hidden;
}

.euiDataGridRowCell__defaultHeight {
Expand Down
3 changes: 3 additions & 0 deletions upcoming_changelogs/7320.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Bug fixes**

- Fixed `EuiDataGrid` cells visually cutting off overflowing content a little too quickly

0 comments on commit 9f1ada5

Please sign in to comment.