Wrong position for tooltip when referenced link is split into two lines
### Summary
The tooltip position is off when referenced link is split into two lines.
### What is the current *bug* behavior?
Tooltip is not on the element.
### What is the expected *correct* behavior?
Tooltip to be on the element.
### Relevant logs and/or screenshots


### Possible fixes
Maybe disable wrapping for the reference link (e.g. `white-space: nowrap`) ?
issue