Skip to content

Commit

Permalink
Fix auto height rows breaking when cell popover opens
Browse files Browse the repository at this point in the history
The `flex` display on the parent `.euiDataGridRowCell` is unnecessary, and what's causing this bug
  • Loading branch information
cee-chen committed Feb 10, 2022
1 parent 7f59a7d commit 6b587ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/datagrid/_data_grid_data_row.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@
padding: $euiDataGridCellPaddingM;
border-right: $euiDataGridVerticalBorder;
border-bottom: $euiBorderThin;
flex: 0 0 auto;
background: $euiColorEmptyShade;
position: relative;
align-items: center;
display: flex;
overflow: hidden;

// Hack to allow for all the focus guard stuff
Expand Down

0 comments on commit 6b587ad

Please sign in to comment.