Skip to content

Instantly share code, notes, and snippets.

@davethehacker
Created July 2, 2016 19:41
Show Gist options
  • Save davethehacker/17cafd189cddb13bc59a54e9bb511c6d to your computer and use it in GitHub Desktop.
Save davethehacker/17cafd189cddb13bc59a54e9bb511c6d to your computer and use it in GitHub Desktop.
.selector-for-some-widget {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment