From d7528aef21ada85f63060033c1ddc79a59df5f29 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Mon, 8 Apr 2024 10:54:48 -0700 Subject: [PATCH] Fix button pixel shenanigans --- src/components/table/table_cells_shared.styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/table/table_cells_shared.styles.ts b/src/components/table/table_cells_shared.styles.ts index 40c0f079ff4..a7a74514b0a 100644 --- a/src/components/table/table_cells_shared.styles.ts +++ b/src/components/table/table_cells_shared.styles.ts @@ -45,6 +45,7 @@ export const euiTableHeaderFooterCellStyles = ( euiTableHeaderCell__button: css` ${logicalCSS('width', '100%')} font-weight: inherit; + line-height: inherit; /* Tint the sortable icon a bit further */ .euiTableSortIcon--sortable {