We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dad054 commit bd5a925Copy full SHA for bd5a925
1 file changed
src/components/datagrid/body/header/_data_grid_header_row.scss
@@ -50,9 +50,10 @@
50
.euiDataGridHeaderCell__icon {
51
flex: 0 0 auto; // Ensure icon doesn't shrink
52
margin-left: auto; // Aligns the icon to the right
53
- // Center the icon vertically
+ // Center the icon
54
display: flex;
55
align-items: center;
56
+ justify-content: center;
57
height: $euiSize;
58
overflow: hidden;
59
width: 0;
0 commit comments