Skip to content

Commit

Permalink
Fix non-vertically-centered control column content
Browse files Browse the repository at this point in the history
- most noticeable on checkboxes
  • Loading branch information
cee-chen committed Mar 4, 2024
1 parent 7040100 commit c41a690
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/datagrid/_data_grid_data_row.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
height: auto;
display: flex;
align-items: center;

&.euiDataGridRowCell__content--defaultHeight {
height: 100%;
}
}

// Positioning for cell actions & the cell expansion popover
Expand Down

0 comments on commit c41a690

Please sign in to comment.