diff --git a/frontend/src/component/changeRequest/ChangeRequest/StrategyTooltipLink/StrategyTooltipLink.tsx b/frontend/src/component/changeRequest/ChangeRequest/StrategyTooltipLink/StrategyTooltipLink.tsx index d4aab1a497..7295dcf614 100644 --- a/frontend/src/component/changeRequest/ChangeRequest/StrategyTooltipLink/StrategyTooltipLink.tsx +++ b/frontend/src/component/changeRequest/ChangeRequest/StrategyTooltipLink/StrategyTooltipLink.tsx @@ -69,6 +69,11 @@ const StyledContainer: FC<{ children?: React.ReactNode }> = styled('div')( }), ); +const ViewDiff = styled('span')(({ theme }) => ({ + color: theme.palette.primary.main, + marginLeft: theme.spacing(1), +})); + const Truncated = styled('div')(() => ({ ...textTruncated, maxWidth: 500, @@ -82,6 +87,9 @@ export const StrategyTooltipLink: FC = ({ + + {formatStrategyName(change.payload.name)} + = ({ maxHeight: 600, }} > - - {formatStrategyName(change.payload.name)} - + View Diff