diff --git a/openmetadata-ui/src/main/resources/ui/src/components/ActivityFeed/ActivityFeedCard/ActivityFeedCard.tsx b/openmetadata-ui/src/main/resources/ui/src/components/ActivityFeed/ActivityFeedCard/ActivityFeedCard.tsx index a3c87547444..57a58340a95 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/ActivityFeed/ActivityFeedCard/ActivityFeedCard.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/ActivityFeed/ActivityFeedCard/ActivityFeedCard.tsx @@ -120,7 +120,10 @@ const ActivityFeedCard: FC = ({ }, [feed]); return ( -
+
= ({ onReply={onReply} /> } + key="reaction-options-popover" overlayClassName="ant-popover-feed" placement="topRight" trigger="hover" diff --git a/openmetadata-ui/src/main/resources/ui/src/components/ActivityFeed/ActivityFeedCard/PopoverContent.tsx b/openmetadata-ui/src/main/resources/ui/src/components/ActivityFeed/ActivityFeedCard/PopoverContent.tsx index aae8249ebcb..78888397da7 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/ActivityFeed/ActivityFeedCard/PopoverContent.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/ActivityFeed/ActivityFeedCard/PopoverContent.tsx @@ -133,6 +133,7 @@ const PopoverContent: FC = ({ return (
= ({ alt="add-reaction" icon={Icons.REACTION} title="Add reactions" - width="16px" + width="20px" /> @@ -156,7 +157,7 @@ const PopoverContent: FC = ({ alt="add-reply" icon={Icons.ADD_REPLY} title="Reply" - width="16px" + width="20px" /> @@ -166,7 +167,7 @@ const PopoverContent: FC = ({ alt="delete-reply" icon={Icons.FEED_DELETE} title="Delete" - width="16px" + width="20px" /> ) : null} diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Reactions/Emoji.jsx b/openmetadata-ui/src/main/resources/ui/src/components/Reactions/Emoji.jsx index 2e33424591c..4b160ca0085 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Reactions/Emoji.jsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Reactions/Emoji.jsx @@ -61,7 +61,12 @@ const Emoji = ({ reaction, reactionList, onReactionSelect }) => { ); return ( - +