From bd5a92554b0e73644dcac5844ca2f22865b9c10f Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Wed, 22 Nov 2023 15:10:06 -0800 Subject: [PATCH] Ryan has the patience of a saint --- src/components/datagrid/body/header/_data_grid_header_row.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/datagrid/body/header/_data_grid_header_row.scss b/src/components/datagrid/body/header/_data_grid_header_row.scss index 7dd549c7945..7f58d7397e3 100644 --- a/src/components/datagrid/body/header/_data_grid_header_row.scss +++ b/src/components/datagrid/body/header/_data_grid_header_row.scss @@ -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;