diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3dd8b7fd114..8f001e859185 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- [Chore] Update deprecated url methods (url.parse(), url.format()) ([#2910](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2910))
- Cleanup unused url ([#3847](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3847))
+- [Saved Objects Management] Fix relationships header overflow ([#4070](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4070))
### 🚞 Infrastructure
diff --git a/src/plugins/saved_objects_management/public/management_section/objects_table/components/__snapshots__/relationships.test.tsx.snap b/src/plugins/saved_objects_management/public/management_section/objects_table/components/__snapshots__/relationships.test.tsx.snap
index b4842f289136..293b8c2e30d2 100644
--- a/src/plugins/saved_objects_management/public/management_section/objects_table/components/__snapshots__/relationships.test.tsx.snap
+++ b/src/plugins/saved_objects_management/public/management_section/objects_table/components/__snapshots__/relationships.test.tsx.snap
@@ -8,21 +8,10 @@ exports[`Relationships from legacy app should render dashboards normally 1`] = `
hasBorder={true}
>
-
-
-
- Â Â
MyDashboard
@@ -167,21 +156,10 @@ exports[`Relationships from legacy app should render errors 1`] = `
hasBorder={true}
>
-
-
-
- Â Â
MyDashboard
@@ -211,21 +189,10 @@ exports[`Relationships from legacy app should render index patterns normally 1`]
hasBorder={true}
>
-
-
-
- Â Â
MyIndexPattern*
@@ -375,21 +342,10 @@ exports[`Relationships from legacy app should render searches normally 1`] = `
hasBorder={true}
>
-
-
-
- Â Â
MySearch
@@ -539,21 +495,10 @@ exports[`Relationships from legacy app should render visualizations normally 1`]
hasBorder={true}
>
-
-
-
- Â Â
MyViz
@@ -698,21 +643,10 @@ exports[`Relationships should render dashboards normally 1`] = `
hasBorder={true}
>
-
-
-
- Â Â
MyDashboard
@@ -857,21 +791,10 @@ exports[`Relationships should render errors 1`] = `
hasBorder={true}
>
-
-
-
- Â Â
MyDashboard
@@ -901,21 +824,10 @@ exports[`Relationships should render index patterns normally 1`] = `
hasBorder={true}
>
-
-
-
- Â Â
MyIndexPattern*
@@ -1065,21 +977,10 @@ exports[`Relationships should render searches normally 1`] = `
hasBorder={true}
>
-
-
-
- Â Â
MySearch
@@ -1229,21 +1130,10 @@ exports[`Relationships should render visualizations normally 1`] = `
hasBorder={true}
>
-
-
-
- Â Â
MyViz
diff --git a/src/plugins/saved_objects_management/public/management_section/objects_table/components/relationships.tsx b/src/plugins/saved_objects_management/public/management_section/objects_table/components/relationships.tsx
index ff42351d83af..68e1ffec8e3b 100644
--- a/src/plugins/saved_objects_management/public/management_section/objects_table/components/relationships.tsx
+++ b/src/plugins/saved_objects_management/public/management_section/objects_table/components/relationships.tsx
@@ -336,18 +336,8 @@ export class Relationships extends Component
-
-
-
-
-
-
- {savedObject.meta.title || getDefaultTitle(savedObject)}
-
+
+ {savedObject.meta.title || getDefaultTitle(savedObject)}