kumailht / flakes

Flakes is an Admin Template Framework. A combination of CSS Libraries, JavaScript Libraries and Design files that help you build business tools very quickly.
http://getflakes.com
MIT License
1.82k stars 83 forks source link

Spans on multiple lines in Firefox #33

Open ChaseJ opened 9 years ago

ChaseJ commented 9 years ago

If you have a gutter with your grid in Firefox, your spans will be on multiple lines. As seen on the Flakes Preview Page.

I fixed the problem on my project by adding the following css: div { -moz-box-sizing:border-box; }

I only dabble in programming so I'm not sure the best way to contribute the change to the project. But I figured I'd pass along the fix I found.