How can fit to text size and remove that space vertically between a tag text and tooltip arrow?? I mean be on it on smaller font size like on bigger ones?
You want the tooltip on the link with the smaller font to be closer to it? I guess one option might be to set the links to inline-block, give them a height and set line-height to zero, then set the line-height on the after pseudo element.