When hovering over an anchor tag with tooltip attributes, the tooltip appears far away from the anchor tag.
Here is the LINK -
Even when inspecting element it seems to be positioned too far away.
<a class="btn btn-secondary" data-toggle="tooltip" data-placement="top" data-title="Shortlist" title="shortlist"><i class="far fa-thumbs-up"></i></a>
I have attached a screenshot for reference.
I have been struggling with this issue for a while now. I have attempted adjusting the position of the parent div but so far nothing has worked.