Open ChaseJ opened 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.
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.