This css changing width from 80px to 120px on hover:
-webkit-transition: width .5s ease, color .5s ease, background .5s ease;
-moz-transition: width .5s ease, color .5s ease, background .5s ease;
-o-transition: width .5s ease, color .5s ease, background .5s ease;
transition: width .5s ease, color .5s ease, background .5s ease;
Is resulting in this problem:
On Chrome (24.0.1312.57 on Mac) when the width returns back to 80px.
The problem is not present on Safari.
Is this a known issue, or is there a way to fix this?
mjohnst.com is the website.