Skip to content

Commit

Permalink
Ryan has the patience of a saint
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Nov 22, 2023
1 parent 6dad054 commit bd5a925
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@
.euiDataGridHeaderCell__icon {
flex: 0 0 auto; // Ensure icon doesn't shrink
margin-left: auto; // Aligns the icon to the right
// Center the icon vertically
// Center the icon
display: flex;
align-items: center;
justify-content: center;
height: $euiSize;
overflow: hidden;
width: 0;
Expand Down

0 comments on commit bd5a925

Please sign in to comment.