From 1ea3b55b39fd0cac3985a857bc262ccbbf77b3d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 Feb 2024 00:03:59 +0000 Subject: [PATCH] [Discover] Fixes safari overflow bug (#5948) * [Discover] Fixes safari overflow bug --------- Signed-off-by: Ashwin P Chandran Signed-off-by: Anan Zhuang Co-authored-by: Anan Zhuang Co-authored-by: Miki (cherry picked from commit c1439d1821aebb036516d9b4d1ec9311e176c0ad) Signed-off-by: github-actions[bot] # Conflicts: # CHANGELOG.md --- .../components/default_discover_table/_table_cell.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/discover/public/application/components/default_discover_table/_table_cell.scss b/src/plugins/discover/public/application/components/default_discover_table/_table_cell.scss index c960e87a9477..e87c3e62ae1f 100644 --- a/src/plugins/discover/public/application/components/default_discover_table/_table_cell.scss +++ b/src/plugins/discover/public/application/components/default_discover_table/_table_cell.scss @@ -85,8 +85,8 @@ .osdDocTableCell__source { .truncate-by-height { - transform: translateY(-1.5px); - margin-bottom: -1.5px; + margin-top: -1.5px; + margin-bottom: -3.5px; } dd,