-
- {stringToHTML(displayName || name)}
- {openEntityInNewPage && (
-
- )}
-
+
+
+ {stringToHTML(displayName || name)}
+ {openEntityInNewPage && (
+
+ )}
+
+
- {!excludeEntityService && !isCustomizedView && handleFollowingClick && (
+ {!excludeEntityService && !deleted && !isCustomizedView && handleFollowingClick && (
}>
{getTagDisplay(tagName)}
diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Tag/TagsV1/tagsV1.less b/openmetadata-ui/src/main/resources/ui/src/components/Tag/TagsV1/tagsV1.less
index 08f90ad879c..5c3084e3023 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/Tag/TagsV1/tagsV1.less
+++ b/openmetadata-ui/src/main/resources/ui/src/components/Tag/TagsV1/tagsV1.less
@@ -16,7 +16,7 @@
.ant-tag.tag-chip {
max-width: 100%;
display: flex;
- gap: 8px;
+ gap: 4px;
align-items: center;
font-size: 12px;
font-weight: 500;
@@ -67,9 +67,3 @@
font-weight: 500;
color: inherit;
}
-.ant-tag.tag-chip.tag-chip-content {
- background-color: @background-secondary;
- border: 1px solid @border-secondary;
- width: 100%;
- height: 24px;
-}
diff --git a/openmetadata-ui/src/main/resources/ui/src/components/common/DomainLabel/DomainLabel.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/common/DomainLabel/DomainLabel.component.tsx
index dd888e54c8e..3c09d298f5c 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/common/DomainLabel/DomainLabel.component.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/components/common/DomainLabel/DomainLabel.component.tsx
@@ -205,7 +205,7 @@ export const DomainLabel = ({
{headerLayout && (
{t('label.domain')}
diff --git a/openmetadata-ui/src/main/resources/ui/src/components/common/DomainSelectableList/DomainSelectableList.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/common/DomainSelectableList/DomainSelectableList.component.tsx
index 796ba82fbb9..22f3a693fc5 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/common/DomainSelectableList/DomainSelectableList.component.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/components/common/DomainSelectableList/DomainSelectableList.component.tsx
@@ -103,7 +103,7 @@ const DomainSelectableList = ({
// Used Button to stop click propagation event anywhere in the component to parent
// TeamDetailV1 collapsible panel