Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spans on multiple lines in Firefox #33

Open
ChaseJ opened this issue Jan 15, 2015 · 0 comments
Open

Spans on multiple lines in Firefox #33

ChaseJ opened this issue Jan 15, 2015 · 0 comments

Comments

@ChaseJ
Copy link

ChaseJ commented Jan 15, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant