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 ![Screen_Shot_2017-05-31_at_3.49.23_PM](/uploads/71493635278a44ecf444b8ef8f4a7396/Screen_Shot_2017-05-31_at_3.49.23_PM.png) ![Screenshot_2020-03-11_at_21.17.22](/uploads/9f2ec726f29e54badd3ab672a886d8f6/Screenshot_2020-03-11_at_21.17.22.png) ### Possible fixes Maybe disable wrapping for the reference link (e.g. `white-space: nowrap`) ?
issue