From d6946833c6d95ddfc73e90f3e1424fd9a155fa3b Mon Sep 17 00:00:00 2001 From: Sergey Myssak Date: Thu, 1 Jun 2023 13:46:57 +0600 Subject: [PATCH] Replace relationships css file with oui classname (#3967) Co-authored-by: Andrey Myssak Signed-off-by: Sergey Myssak --- .../objects_table/components/relationships.scss | 5 ----- .../objects_table/components/relationships.tsx | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 src/plugins/saved_objects_management/public/management_section/objects_table/components/relationships.scss diff --git a/src/plugins/saved_objects_management/public/management_section/objects_table/components/relationships.scss b/src/plugins/saved_objects_management/public/management_section/objects_table/components/relationships.scss deleted file mode 100644 index add6e792cf47..000000000000 --- a/src/plugins/saved_objects_management/public/management_section/objects_table/components/relationships.scss +++ /dev/null @@ -1,5 +0,0 @@ -.savedObjectsManagementRelationships__title { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} 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 eee8bb1ce41a..0ff4f967abac 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 @@ -49,7 +49,6 @@ import { FormattedMessage } from '@osd/i18n/react'; import { IBasePath } from 'src/core/public'; import { getDefaultTitle, getSavedObjectLabel } from '../../../lib'; import { SavedObjectWithMetadata, SavedObjectRelation } from '../../../types'; -import './relationships.scss'; export interface RelationshipsProps { basePath: IBasePath; @@ -338,7 +337,7 @@ export class Relationships extends Component -

+