You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.
I'm working with Foundation 4 in a Rails app and perfectly understand that using Foundation Icons 2 hasn't been tested yet, so here I go!
When adding an icon to a Top Bar, an extra 2px is computed for the unordered list being used for some right links. That's in Safari 6.0.2. In Firefox 19 only a single pixel is added to the bottom.
It goes away in a number of cases:
add an explicit height to the list item
remove the icon
If you add an explicit height (in this case, 45px) to the unordered list that the list item in contained in, then you'll have that single list item as the only one with the extra pixels on the bottom.
Once again, you take the icon out of the picture and things go back to normal.
Any help would be greatly appreciated. I'm not sure what, in conjunction with the icon, is making the computed 47px height in Safari on OS X 10.8
The text was updated successfully, but these errors were encountered:
I'm working with Foundation 4 in a Rails app and perfectly understand that using Foundation Icons 2 hasn't been tested yet, so here I go!
When adding an icon to a Top Bar, an extra 2px is computed for the unordered list being used for some right links. That's in Safari 6.0.2. In Firefox 19 only a single pixel is added to the bottom.
It goes away in a number of cases:
If you add an explicit height (in this case, 45px) to the unordered list that the list item in contained in, then you'll have that single list item as the only one with the extra pixels on the bottom.
Once again, you take the icon out of the picture and things go back to normal.
Any help would be greatly appreciated. I'm not sure what, in conjunction with the icon, is making the computed 47px height in Safari on OS X 10.8
The text was updated successfully, but these errors were encountered: