Skip to content

Commit

Permalink
[ML] Data Grid: Fix alignment of sorting arrow when histogram charts …
Browse files Browse the repository at this point in the history
…are enabled (#110053) (#110416)

Adds a CSS override to align the sorting arrow at the bottom when histogram charts are enabled.

Co-authored-by: Walter Rafelsberger <walter@elastic.co>
  • Loading branch information
kibanamachine and walterra committed Aug 28, 2021
1 parent 220a284 commit 0e22329
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
.euiDataGridRowCell--boolean {
text-transform: none;
}

// Override to align the sorting arrow at the bottom when histogram charts are enabled
.euiDataGridHeaderCell .euiDataGridHeaderCell__sortingArrow {
margin-top: auto;
margin-bottom: 0;
}
}

0 comments on commit 0e22329

Please sign in to comment.