From 78319c0ac4cc178b1b35c6ade278f5cf93376687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georgiana-Andreea=20Onolea=C8=9B=C4=83?= Date: Tue, 15 Jul 2025 12:08:14 +0300 Subject: [PATCH] [ResponseOps][Rules] Floating help icon should be aligned to column title (#226946) Closes https://github.com/elastic/kibana/issues/221104 - This update ensures that the tooltip icon stays fixed next to the column header text by applying `display: 'inline-flex' ` to the EuiFlexGroup in `ColumnHeaderWithTooltip`. (cherry picked from commit 8263eeeadc637cdc67c2cedfd03cabf69cae002f) --- .../common/components/event_log/event_log_data_grid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_data_grid.tsx b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_data_grid.tsx index f1bf1f1e2b6f8..ffdb75023078b 100644 --- a/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_data_grid.tsx +++ b/x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/common/components/event_log/event_log_data_grid.tsx @@ -142,7 +142,7 @@ const columnsWithToolTipMap: Record> = { export const ColumnHeaderWithToolTip = ({ id }: { id: string }) => { return ( - + {columnsWithToolTipMap[id].display}