Info
Reported by Andre
It's been found that our Tooltip component takes up slightly more visual space than absolutely needed, which causes it to appear out of line with other various text elements:

When this is what it should look like:

Acceptance Criteria:
- The fix was reported to be adding
display: inline-lblock and line-height: 0 to the base element. In my testing the line-height property is all that was needed to adjust it accurately.
Info
Reported by Andre
It's been found that our Tooltip component takes up slightly more visual space than absolutely needed, which causes it to appear out of line with other various text elements:

When this is what it should look like:

Acceptance Criteria:
display: inline-lblockandline-height: 0to the base element. In my testing theline-heightproperty is all that was needed to adjust it accurately.