diff --git a/datahub-web-react/src/app/entityV2/shared/EntityDropdown/ExternalUrlMenuAction.tsx b/datahub-web-react/src/app/entityV2/shared/EntityDropdown/ExternalUrlMenuAction.tsx
index 00cfa826ca..73cc82d0a5 100644
--- a/datahub-web-react/src/app/entityV2/shared/EntityDropdown/ExternalUrlMenuAction.tsx
+++ b/datahub-web-react/src/app/entityV2/shared/EntityDropdown/ExternalUrlMenuAction.tsx
@@ -11,6 +11,11 @@ export default function ExternalUrlMenuAction({ shouldFillAllAvailableSpace }: P
const { urn: entityUrn, entityData } = useEntityData();
return (
-
+
);
}
diff --git a/datahub-web-react/src/app/entityV2/shared/entity/EntityActions.tsx b/datahub-web-react/src/app/entityV2/shared/entity/EntityActions.tsx
index 3446feabb5..ce13847ccc 100644
--- a/datahub-web-react/src/app/entityV2/shared/entity/EntityActions.tsx
+++ b/datahub-web-react/src/app/entityV2/shared/entity/EntityActions.tsx
@@ -262,6 +262,7 @@ function EntityActions(props: Props) {
variant="outline"
onClick={() => setIsBatchAddGlossaryTermModalVisible(true)}
data-testid="glossary-batch-add"
+ size="sm"
>
Add to Assets
@@ -273,6 +274,7 @@ function EntityActions(props: Props) {
variant="outline"
onClick={() => setIsBatchSetDomainModalVisible(true)}
data-testid="domain-batch-add"
+ size="sm"
>
Add to Assets
@@ -285,7 +287,7 @@ function EntityActions(props: Props) {
placement="bottom"
data-testid="data-product-batch-add"
>
-
-
+
{confirmButtonText || 'Yes'}