When I try to bold the cost value in the following tool tip message, it is coming at the extreme end.
Code:
<TooltipComponent content={'This cost of <b>' + getSymbolFromCurrency(currencyCode) + formatCost(Math.abs(alert.costImpactConstruction), 0, DENOMINATION.auto) + '</b> is estimated for the project'} position="RightCenter">abc</TooltipComponent>
The following is snip of how it appears in UI
This is how it appears in UI