From ec9dd862ced299fcf3e0448ec050cac115c9985a Mon Sep 17 00:00:00 2001 From: Ashwin P Chandran Date: Sun, 25 Feb 2024 06:11:04 +0000 Subject: [PATCH 1/3] [Discover] Fixes safari overflow bug Signed-off-by: Ashwin P Chandran --- .../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, From a580d3c663c72b6ec512951ef488db8a3fd2054f Mon Sep 17 00:00:00 2001 From: Ashwin P Chandran Date: Sun, 25 Feb 2024 21:05:46 +0000 Subject: [PATCH 2/3] Adds changelog entry Signed-off-by: Ashwin P Chandran --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d9397a53d6..85e9e27506bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - [BUG][Multiple Datasource] Fix datasource testing connection unexpectedly passed with wrong endpoint [#5663](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5663) - [Table Visualization] Fix filter action buttons for split table aggregations ([#5619](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5619)) - [BUG][Discover] Allow saved sort from search embeddable to load in Dashboard ([#5934](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5934)) +- [BUG][Discover] Fix safari overflow bug ([#5948](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5948)) ### 🚞 Infrastructure From 58dc58fdb76206cab2abcf3bd2cabd9245e83b11 Mon Sep 17 00:00:00 2001 From: Anan Zhuang Date: Mon, 26 Feb 2024 15:50:05 -0800 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Miki Signed-off-by: Anan Zhuang --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e9e27506bd..59a9247306f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,7 +71,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - [BUG][Multiple Datasource] Fix datasource testing connection unexpectedly passed with wrong endpoint [#5663](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5663) - [Table Visualization] Fix filter action buttons for split table aggregations ([#5619](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5619)) - [BUG][Discover] Allow saved sort from search embeddable to load in Dashboard ([#5934](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5934)) -- [BUG][Discover] Fix safari overflow bug ([#5948](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5948)) +- [Discover] Fix table cell content overflowing in Safari ([#5948](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5948)) ### 🚞 Infrastructure