chinchang / hint.css

A CSS only tooltip library for your lovely websites.
https://kushagra.dev/lab/hint/
MIT License
8.42k stars 701 forks source link

Fixed body misalignnment #132

Closed neilsimp1 closed 8 years ago

neilsimp1 commented 8 years ago

Changed padding to "padding: $hintVerticalPadding 0;" for [data-hint]:after, and gave the :hover "padding: $hintVerticalPadding $hintHorizontalPadding;"

This corrects issue #131 that I submitted.