Skip to content

Instantly share code, notes, and snippets.

@craveytrain
Created July 26, 2010 19:19
Show Gist options
  • Save craveytrain/491078 to your computer and use it in GitHub Desktop.
Save craveytrain/491078 to your computer and use it in GitHub Desktop.
Making Inputs Behave (Like a Block Level Element)
input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment