Refactor Tooltip Wrapper (#13845)

This commit is contained in:
Jacob Shandling
2023-11-07 13:15:49 -08:00
committed by GitHub
parent b112505bf1
commit bf8504a028
71 changed files with 735 additions and 544 deletions
@@ -152,7 +152,17 @@ const generateTableHeaders = (
Header: () => {
return (
<div>
<TooltipWrapper tipContent="This is the average performance<br />impact across all hosts where<br />this query was scheduled.">
<TooltipWrapper
tipContent={
<>
This is the average performance
<br />
impact across all hosts where
<br />
this query was scheduled.
</>
}
>
Performance impact
</TooltipWrapper>
</div>