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

border-box-sizing issues #1

Closed
gnatih opened this issue Sep 2, 2013 · 2 comments
Closed

border-box-sizing issues #1

gnatih opened this issue Sep 2, 2013 · 2 comments

Comments

@gnatih
Copy link

gnatih commented Sep 2, 2013

box-sizing set to border-box breaks the display -

  • {
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    }

See - http://jsfiddle.net/dXL3G/

@jayKayEss
Copy link
Owner

Not sure what the solution would be, except to add a new set of .flapper.border-box-sizing classes...?

@jayKayEss
Copy link
Owner

1.1.3 sets explicit content-sizing on Flapper elements to avoid this problem. Should work even if rest of page is border-box sized.

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

2 participants