On the Homepage Impact module (testwiki wmf.24), the tooltip text is aligned right:
growthexperiments-homepage-module-impact .impact-row .pageviews, .growthexperiments-homepage-module-impact .impact-row .empty-pageviews {
display: table-cell;
vertical-align: middle;
text-align: right;Change to text-align: left; per standard tooltip display:
Another example - RC tooltips for filters:




