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)

Adds a CSS override to align the sorting arrow at the bottom when histogram charts are enabled.
  • Loading branch information
walterra authored Aug 27, 2021
1 parent 2ed3fcd commit 8eea900
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 8eea900

Please sign in to comment.