Skip to content

Commit bd5a925

Browse files
committed
Ryan has the patience of a saint
1 parent 6dad054 commit bd5a925

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/datagrid/body/header/_data_grid_header_row.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@
5050
.euiDataGridHeaderCell__icon {
5151
flex: 0 0 auto; // Ensure icon doesn't shrink
5252
margin-left: auto; // Aligns the icon to the right
53-
// Center the icon vertically
53+
// Center the icon
5454
display: flex;
5555
align-items: center;
56+
justify-content: center;
5657
height: $euiSize;
5758
overflow: hidden;
5859
width: 0;

0 commit comments

Comments
 (0)