foundation / foundation-rails

Foundation for Rails
foundation.zurb.com
MIT License
1k stars 376 forks source link

Foundation 6.3.1.0 to 6.4.1.2 Changes Menu Link Spacing #238

Closed stephendolan closed 7 years ago

stephendolan commented 7 years ago

I just upgraded my foundation-rails gem from 6.3.1.0 -> 6.4.1.2 and am seeing the following change in my screen:

foundation-rails 6.3.1.0 Menu screen shot 2017-08-06 at 11 26 09 pm

foundation-rails 6.4.1.2 Menu screen shot 2017-08-06 at 11 25 06 pm

Codepen with same HTML (copied and pasted from source in dev console in Chrome) and CSS code running 6.4.1 from the cdn: https://codepen.io/stephendolan/pen/wqgXBQ

It seems that if the exact same code is rendering correctly in Codepen using the library, but is not rendering the same way in Rails using the foundation-rails gem, that the issue might be with the gem? Is this possible?

Has anyone else seen this issue, or know how I can resolve it?

stephendolan commented 7 years ago

I am not able to reproduce this with a brand new Rails project. I'm still not sure what is changing between 6.3.1.0 and 6.4.1.2 that would cause this behavior in my application, but it certainly seems to be localized there.